[SciPy-dev] scipy on cygwin

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Fri Jan 18 22:39:24 EST 2002


>>>>> "JK" == Jochen Küpper <jochen at unc.edu> writes:

    JK> not found | >>> from scipy import scipy_version | Traceback
    JK> (most recent call last): | File "<stdin>", line 1, in ?  |
    JK> ImportError: cannot import name scipy_version | >>> import
    JK> scipy.scipy_version | >>> `----

    JK> Anybody seen that? Hints?

I get the same scipy_version problem.  It happens thanks to this in
__init__.py

#get version
import scipy_version
__version__ = scipy_version.scipy_version
del scipy_version

Instead you should try to print scipy.__version__

prabhu



More information about the SciPy-Dev mailing list