I am using scipy distribution scipy-0.4.9.win32-py2.4.exe with python 2.4 on Windows XP. When I try to import scipy I get the following error.
Traceback (most recent call last):
File "<pyshell#4>", line 1, in ?
from scipy import *
File "D:\Python24\lib\site-packages\scipy\__init__.py", line 33, in ?
del lib
NameError: name 'lib' is not defined
Please help me :sad: