If you have numpy installed:
from numpy.oldnumeric import *
should work instead (with 2.5)
Yaakov (Cygwin Ports) wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> mostlyharmless wrote:
>> The Numeric package is installed in
>> C:\cygwin\usr\lib\python2.4\site-packages\Nume
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
mostlyharmless wrote:
> The Numeric package is installed in
> C:\cygwin\usr\lib\python2.4\site-packages\Numeric
>
> while all other packages are put in
> C:\cygwin\usr\lib\python2.5\site-packages, so perhaps
>
> the Numeric package as supplied only
The Numeric package is installed in
C:\cygwin\usr\lib\python2.4\site-packages\Numeric
while all other packages are put in
C:\cygwin\usr\lib\python2.5\site-packages, so perhaps
the Numeric package as supplied only works with python 2.4?
--
View this message in context:
http://www.nabble.com/Imp
", "credits" or "license" for more information.
>>> import Numeric
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named Numeric
>>>
I'm guessing I need to set the PYTHONPATH environment variable, b
4 matches
Mail list logo