Hello,
In a script I have this
try:
import numpy as Numeric
except ImportError:
import Numeric
I got this error when running the script
import Numeric
ImportError: No module named Numeric
I'm on windows
Under C:\Python26\Lib\site-packages
I have this
I though numpy and numeric package were installed but it seems not.
How can I install the numeric package properly?
thanks
Steve
Steve Toutant, M. Sc.
Analyste en géomatique
Secteur environnement
Direction des risques biologiques, environnementaux et occupationnels
Institut national de santé publique du Québec
945, avenue Wolfe
Québec, Qc G1V 5B3
Tél.: (418) 650-5115 #5281
Fax.: (418) 654-3144
[email protected]
http://www.inspq.qc.ca
<<image/gif>>
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
