[pymvpa] Error with "from mvpa2.tutorial_suite import *"

Payal Chakraborty pc86 at duke.edu
Thu Jan 23 17:03:43 UTC 2014


Hi All,

I am trying to get started on the tutorial, but when entered "from
mvpa2.tutorial_suite
import *" I got the error message below. Does anyone know why this is
happening?

In [*8*]: from mvpa2.tutorial_suite import *

*---------------------------------------------------------------------------*

*ImportError*                               Traceback (most recent call
last)

*<ipython-input-8-12da92f30be7>* in <module>*()*

*----> 1* *from* mvpa2*.*tutorial_suite *import* ***


*/usr/lib64/python2.6/site-packages/mvpa2/tutorial_suite.py* in <module>*()*

     13

     14 *# later replace with*

*---> 15* *from* mvpa2*.*suite *import* ***

     16

     17 tutorial_data_path *=* mvpa2*.*cfg*.*get*(**'location'**,* *'tutorial
data'**,* default*=*os*.*path*.*curdir*)*


*/usr/lib64/python2.6/site-packages/mvpa2/suite.py* in <module>*()*

    241

    242 __sdebug*(**"surface searchlight"**)*

*--> 243* *from* mvpa2*.*misc*.*surfing*.*queryengine
*import*SurfaceVerticesQueryEngine
*,* \

    244                                            SurfaceVoxelsQueryEngine
*,* \

    245                                             disc_surface_queryengine


*/usr/lib64/python2.6/site-packages/mvpa2/misc/surfing/queryengine.py* in
<module>*()*

     27 *from* mvpa2*.*misc*.*neighborhood *import* QueryEngineInterface

     28

*---> 29* *from* mvpa2*.*misc*.*surfing *import* volgeom*,*surf_voxel_selection

     30 *from* mvpa2*.*base *import* warning

     31


*/usr/lib64/python2.6/site-packages/mvpa2/misc/surfing/surf_voxel_selection.py*in
<module>*()*

     37 *from* mvpa2*.*base *import* warning*,* externals

     38

*---> 39* *from* mvpa2*.*misc*.*surfing *import* volgeom*,*
volsurf*,*volume_mask_dict

     40 *from* mvpa2*.*support*.*nibabel *import* surf

     41 *from* mvpa2*.*base*.*progress *import*
ProgressBar*,*seconds2prettystring


*/usr/lib64/python2.6/site-packages/mvpa2/misc/surfing/volsurf.py* in
<module>*()*

     18 *import* numpy *as* np

     19

*---> 20* *from* functools *import* total_ordering

     21

     22 *from* mvpa2*.*base *import* externals


*ImportError*: cannot import name total_ordering




Thank you in advanced,

Payal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-exppsy-pymvpa/attachments/20140123/0b5a07d6/attachment.html>


More information about the Pkg-ExpPsy-PyMVPA mailing list