Hello, <br>Thanks for your answer for the previous inquiry. <br>I'm stuck again in the very next command of the tutorial page and again have no clue about this error. <br>Your help would be appreciated. <br>-Glen<br><br>
<br>In [3]: ds=get_haxby2001_data()<br>------------------------------<div id=":1f">---------------------------------------------<br>NameError Traceback (most recent call last)<br><br>/home/Glen/Downloads/tutorial_data/<ipython console> in <module>()<br>
<br>/home/Glen/Downloads/tutorial_data/tutorial_lib.pyc in get_haxby2001_data(path, roi)<br> 42 def get_haxby2001_data(path=None, roi='vt'):<br> 43 if path is None:<br>---> 44 ds = get_raw_haxby2001_data(roi=roi)<br>
45 else:<br> 46 ds = get_raw_haxby2001_data(path, roi=roi)<br><br>/home/Glen/Downloads/tutorial_data/tutorial_lib.pyc in get_raw_haxby2001_data(path, roi)<br> 37 return ds<br> 38 else:<br>
---> 39 return load_datadb_demo_blockfmri(path=path, roi=roi)<br> 40 <br> 41 <br><br>NameError: global name 'load_datadb_demo_blockfmri' is not defined</div>