Re: [gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Jorge Arévalo
Even Rouault January 28, 2015 at 7:25 PM Le mercredi 28 janvier 2015 19:08:18, Jorge Arévalo a écrit : Even Rouault January 28, 2015 at 6:53 PM Le mercredi 28 janvier 2015 18:51:28, Jorge Arévalo a écrit : Hi, Even Roua

Re: [gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Even Rouault
Le mercredi 28 janvier 2015 19:08:18, Jorge Arévalo a écrit : > > Even Rouault > > January 28, 2015 at 6:53 PM > > > > Le mercredi 28 janvier 2015 18:51:28, Jorge Arévalo a écrit : > >> Hi, > >> > >>> Even Rouault > >>> Januar

Re: [gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Jorge Arévalo
Even Rouault January 28, 2015 at 6:53 PM Le mercredi 28 janvier 2015 18:51:28, Jorge Arévalo a écrit : Hi, Even Rouault January 28, 2015 at 6:44 PM Jorge, I've compiled GDAL from trunk, specifying --with-python at confi

Re: [gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Even Rouault
Le mercredi 28 janvier 2015 18:51:28, Jorge Arévalo a écrit : > Hi, > > > Even Rouault > > January 28, 2015 at 6:44 PM > > Jorge, > > > >> I've compiled GDAL from trunk, specifying --with-python at configure > >> time. I first checked numpy is correctly install

Re: [gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Jorge Arévalo
Hi, Even Rouault January 28, 2015 at 6:44 PM Jorge, I've compiled GDAL from trunk, specifying --with-python at configure time. I first checked numpy is correctly installed. The problem is I couldn't import gdal_array.py by default (got ImportError: no module

Re: [gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Even Rouault
Jorge, > > I've compiled GDAL from trunk, specifying --with-python at configure > time. I first checked numpy is correctly installed. The problem is I > couldn't import gdal_array.py by default (got ImportError: no module > named _gdal_array). > > Tried > > python gdal_sources/swig/python/setup

[gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Jorge Arévalo
Hello, I've compiled GDAL from trunk, specifying --with-python at configure time. I first checked numpy is correctly installed. The problem is I couldn't import gdal_array.py by default (got ImportError: no module named _gdal_array). Tried python gdal_sources/swig/python/setup.py install D