Re: [gdal-dev] GDAL v.1.10 and Python 3.3.2 - incompatible?

2013-07-02 Thread Christoph Gohlke
As mentioned on the webpage, the GDAL-1.10.0.win-amd64-py3.3.‌exe installer includes all required files (Python package, DLLs, tools, and data) and should not be used together with OSGeo4W or gdalwin32 (which implies also other GDAL builds). Mixing DLLs from different builds in PATH can not be

[gdal-dev] gdal_merge.py won't load libpng

2013-07-02 Thread Dominik Schneider
Hi, I am trying to run: gdal_merge.py -init - -n 2001 -o MOD09GA.A2012001.h08v05.005.NRTsnow_fraction.tif.1 MOD09GA.A2012001.h08v05.005.NRTsnow_fraction.tif The Error: Traceback (most recent call last): File "/Library/Frameworks/GDAL.framework/Programs/gdal_merge.py", line 36, in import

[gdal-dev] GDAL v.1.10 and Python 3.3.2 - incompatible?

2013-07-02 Thread CABO
Hi everyone. I’m trying to setup GDAL 1.10 and python 3.3.2 using the following binaries: GDAL: http://www.gisinternals.com/sdk/Download.aspx?file=release-1600-x64-gdal-mapserver\gdal-110-1600-x64-core.msi Python: http://www.python.org/ftp/python/3.3.2/python-3.3.2.amd64.msi GDAL for python: GDA