[SciPy-dev] latest svn broken?

Robert Cimrman cimrman3 at ntc.zcu.cz
Thu Jul 31 10:42:22 EDT 2008


 >>> import scipy
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "/usr/lib/python2.4/site-packages/scipy/__init__.py", line 86, in ?
ImportError: cannot import name Tester


Looks like this update to scipy/__init__.py caused it:

r4545 | alan.mcintyre | 2008-07-16 02:26:23 +0200 (Wed, 16 Jul 2008) | 2 
lines

Remove the testing package, and switched all test modules to use 
numpy.test instead.


r.



More information about the SciPy-Dev mailing list