[SciPy-dev] New numpy svn ready
Pearu Peterson
pearu at scipy.org
Wed Jan 4 15:52:17 CST 2006
On Wed, 4 Jan 2006, Christopher Fonnesbeck wrote:
> On Jan 4, 2006, at 5:39 PM, Travis Oliphant wrote:
>
>> The new numpy svn is ready for testing.
>
> Perhaps related to my error reported the other day, but numpy also breaks
> PyMC via linalg importing:
>
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/PyMC/MCMC.py
> 27
> 28 # Import scipy functions
> ---> 29 from scipy import random, linalg
> global scipy = undefined
> random = None
> linalg = undefined
> 30 # Generalized inverse
> 31 inverse = linalg.pinv
>
> ImportError: cannot import name linalg
Full scipy does not work with numpy yet. We are working on it..
Pearu
More information about the Scipy-dev
mailing list