Discussion:
[SciPy-dev] ImportError: cannot import name Inf
Nils Wagner
2005-10-07 08:35:27 UTC
Permalink
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


Nils
Travis Oliphant
2005-10-07 08:44:10 UTC
Permalink
Post by Nils Wagner
Now python setup.py install works fine, but
from scipy import optimize
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

Loading...