Re: [Tutor] confusion about scipy

2012-02-08 Thread Evert Rol
> ImportError Traceback (most recent call last) > C:\Python27\lib\site-packages\IPython\utils\py3compat.pyc in > execfile(fname, glob, loc) >166 else: >167 filename = fname > --> 168 exec compile(scripttext, filename, 'ex

[Tutor] confusion about scipy

2012-02-08 Thread Debashish Saha
ImportError Traceback (most recent call last) C:\Python27\lib\site-packages\IPython\utils\py3compat.pyc in execfile(fname, glob, loc) 166 else: 167 filename = fname --> 168 exec compile(scripttext, filename, 'exec') in gl