Re: [gdal-dev] Numeric package SOLVEd

2009-07-30 Thread Steve . Toutant
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

Re: [gdal-dev] Numeric package

2009-07-30 Thread Mateusz Loskot
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

Re: [gdal-dev] Numeric package

2009-07-30 Thread Scott Sinclair
>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 >

[gdal-dev] Numeric package

2009-07-30 Thread Steve . Toutant
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