[SciPy-user] rev 4595 broken

Robert Kern robert.kern at gmail.com
Mon Aug 4 11:38:05 EDT 2008


On Mon, Aug 4, 2008 at 08:29, Tommy Grav <tgrav at mac.com> wrote:
> I tried to install the current svn trunk and ran into this problem
>
> skathi:~] tgrav% python
> ActivePython 2.5.1.1 (ActiveState Software Inc.) based on
> Python 2.5.1 (r251:54863, May  1 2007, 17:40:00)
> [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> import numpy
>  >>> numpy.__version__
> '1.1.1'
>  >>> import scipy
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
> python2.5/site-packages/scipy/__init__.py", line 86, in <module>
>     from numpy.testing import Tester
> ImportError: cannot import name Tester
>  >>>
>
> Is the current bleeding edge copy broken?

No. SVN scipy currently requires SVN numpy.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
 -- Umberto Eco



More information about the SciPy-User mailing list