Skip to content

Commit e52259d

Browse files
committed
Refer users to wxPython wiki instead for troubleshooting on Mac OS X.
1 parent 0f77bc8 commit e52259d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user/_sources/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Common Issues and Solutions
3131

3232
#. I'm trying to run the C-PAC GUI on a Mac with Anaconda, but I am being told that I need a "Framework build of python". What is wrong with Anaconda?
3333

34-
Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONHOME variable to point to your Anaconda environment. To do this, add ``export PYTHONHOME=/home/<your_username>/anaconda`` to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type `cpac_gui`.
34+
Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Follow the instructions `here <http://wiki.wxpython.org/wxPythonVirtualenvOnMac>`_ to get the GUI up and working.
3535

3636
#. I'm re-running a pipeline, but I am receiving many crashes. Most of these crashes tell me that a file that has been moved or no longer exists is being used as an input for a step in the C-PAC pipeline. What is going on and how can I tell C-PAC to use the correct inputs?
3737

docs/user/help.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2>Common Issues and Solutions<a class="headerlink" href="#common-issues-and-so
7575
</li>
7676
<li><p class="first">I&#8217;m trying to run the C-PAC GUI on a Mac with Anaconda, but I am being told that I need a &#8220;Framework build of python&#8221;. What is wrong with Anaconda?</p>
7777
<blockquote>
78-
<div><p>Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONHOME variable to point to your Anaconda environment. To do this, add <tt class="docutils literal"><span class="pre">export</span> <span class="pre">PYTHONHOME=/home/&lt;your_username&gt;/anaconda</span></tt> to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type <cite>cpac_gui</cite>.</p>
78+
<div><p>Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Follow the instructions <a class="reference external" href="http://wiki.wxpython.org/wxPythonVirtualenvOnMac">here</a> to get the GUI up and working.</p>
7979
</div></blockquote>
8080
</li>
8181
<li><p class="first">I&#8217;m re-running a pipeline, but I am receiving many crashes. Most of these crashes tell me that a file that has been moved or no longer exists is being used as an input for a step in the C-PAC pipeline. What is going on and how can I tell C-PAC to use the correct inputs?</p>
@@ -147,4 +147,4 @@ <h3>Navigation</h3>
147147
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
148148
</div>
149149
</body>
150-
</html>
150+
</html>

0 commit comments

Comments
 (0)