<p class="p1">Dear cluster-roi users,</p>
<p class="p1">I am a new python and scipy user and I am looking for some help to troubleshoot an error I have been getting when trying to the test script to make sure pycluster roi is installed correctly. I have installed python, pynifti, scipy, and numpy to run successfully using macports on Mac OS 10.8. </p>
<p class="p2">I then unarchived the scripts (as instructions said) and ran the test script getting this error:</p>
<p class="p3">$ python pyClusterROI_test.py</p>
<p class="p3">Traceback (most recent call last):</p>
<p class="p3">  File &quot;pyClusterROI_test.py&quot;, line 48, in &lt;module&gt;</p>
<p class="p3">    from make_local_connectivity_scorr import *</p>
<p class="p3">  File &quot;/Users/matthewnye/Downloads/pyClusterROI/make_local_connectivity_scorr.py&quot;, line 40, in &lt;module&gt;</p>
<p class="p3">    from scipy.sparse.linalg.eigen.arpack import eigen_symmetric</p>
<p class="p3">ImportError: cannot import name eigen_symmetric</p>
<p class="p2"><br></p>
<p class="p1">Has anyone seen this error? Does anyone know what might be causing it? </p><p class="p1">I have been trying to hunt down what this error may be and it seems that older versions of scipy might have used  <span class="s1">‘scipy.sparse.linalg.eigen.arpack.eigen symmetric()’ </span> where as new versions it has been renamed as &quot;<span class="s1">scipy.sparse.linalg.eigen.arpack.eigs().&quot; I</span>f it is a version problem is there any way to get an older version of scipy through macports? Also I have considered installing all these modules through a manual install but since i am a novice user I did not want to attempt that if there was a potentially simpler solution.  </p>

<p class="p1">Any help would be much appreciated!</p>
<p class="p2"><br></p>
<p class="p1">-Amy</p>