[SciPy-dev] ImportError: cannot import name Inf

Travis Oliphant oliphant at ee.byu.edu
Fri Oct 7 04:44:10 EDT 2005


Nils Wagner wrote:

>Now python setup.py install works fine, but
>
>  
>
>>>>from scipy import optimize
>>>>        
>>>>
>Traceback (most recent call last):
>  File "<stdin>", line 1, in ?
>  File
>"/usr/local/lib/python2.4/site-packages/scipy/optimize/__init__.py",
>line 7, in ?
>    from optimize import *
>  File
>"/usr/local/lib/python2.4/site-packages/scipy/optimize/optimize.py",
>line 58, in ?
>    from scipy.base import atleast_1d, eye, mgrid, argmin, zeros, shape, \
>ImportError: cannot import name Inf
>
>
>  
>
I haven't gone through and checked the imports yet.   

If you can summarize more problems that would be great.  There will 
probably be lots of them.  (I need to make changes to the core as they 
are found, too.)

Perhaps you should wait until things are more stable.



-Travis






More information about the SciPy-Dev mailing list