[SciPy-user] missing info.py in odr, scipy 0.5.2.1
Christian K
ckkart at hoc.net
Wed Sep 5 07:50:43 EDT 2007
Hi,
I think the info.py file is missing in the odr dir of scipy 0.5.2.1:
Python 2.5.1 (r251:54863, May 2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
>>> scipy.__version__
'0.5.2.1'
>>> from scipy import odr
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/scipy/odr/__init__.py", line 5, in <module>
from info import __doc__
ImportError: No module named info
Christian
More information about the SciPy-User
mailing list