[pymvpa] What's up with NameError message?

Glen Lee glen.lee02 at gmail.com
Thu Mar 3 20:26:51 UTC 2011


Hello,
Thanks for your answer for the previous inquiry.
I'm stuck again in the very next command of the tutorial page and again have
no clue about this error.
Your help would be appreciated.
-Glen


In [3]: ds=get_haxby2001_data()
------------------------------
---------------------------------------------
NameError                                 Traceback (most recent call last)

/home/Glen/Downloads/tutorial_data/<ipython console> in <module>()

/home/Glen/Downloads/tutorial_data/tutorial_lib.pyc in
get_haxby2001_data(path, roi)
     42 def get_haxby2001_data(path=None, roi='vt'):
     43     if path is None:
---> 44         ds = get_raw_haxby2001_data(roi=roi)
     45     else:
     46         ds = get_raw_haxby2001_data(path, roi=roi)

/home/Glen/Downloads/tutorial_data/tutorial_lib.pyc in
get_raw_haxby2001_data(path, roi)
     37         return ds
     38     else:
---> 39         return load_datadb_demo_blockfmri(path=path, roi=roi)
     40
     41

NameError: global name 'load_datadb_demo_blockfmri' is not defined
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-exppsy-pymvpa/attachments/20110303/7145b4f7/attachment.htm>


More information about the Pkg-ExpPsy-PyMVPA mailing list