l-dev@lists.osgeo.org
cc
Objet
Re: [gdal-dev] Numeric package
>2009/7/30 :
> 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
> I
steve.tout...@inspq.qc.ca wrote:
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-pac
>2009/7/30 :
> 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
>
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