Can you post your setup.py? Hard to tell what's going on without it.

Also, I have had good results with pyinstaller, it picks up gdal
dependencies automatically and is as simple as running python pyinstaller.py
somescript.py (or python pyinstaller.py --onefile somescript.py if you want
a single output file instead of a folder).

https://github.com/pyinstaller/pyinstaller
https://pypi.python.org/pypi/PyInstaller/2.1

Luke



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/gdal-dev-Problems-packaging-with-py2exe-tp5156399p5156494.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to