[SciPy-dev] scipy on cygwin

eric eric at scipy.org
Sat Jan 19 15:02:09 EST 2002


Prabhu,

If you know the fix, go ahead and make it.

eric

----- Original Message -----
From: "Prabhu Ramachandran" <prabhu at aero.iitm.ernet.in>
To: <scipy-dev at scipy.org>
Sent: Friday, January 18, 2002 10:39 PM
Subject: [SciPy-dev] scipy on cygwin


> >>>>> "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
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
>





More information about the SciPy-Dev mailing list