Re: [gdal-dev] Problems packaging with py2exe

2014-08-17 Thread Armin Schmidt
staller.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-tp

Re: [gdal-dev] Problems packaging with py2exe

2014-08-14 Thread Luke
ingle 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 ma

Re: [gdal-dev] Problems packaging with py2exe

2014-08-14 Thread Ivan Lucena
Dr. Armi, > Date: Thu, 14 Aug 2014 14:44:58 +0200 > From: armin.r.schm...@gmail.com > To: gdal-dev@lists.osgeo.org > Subject: [gdal-dev] Problems packaging with py2exe > > I am trying to package my GDAL/OGR Python project with py2exe so that > the users don't

[gdal-dev] Problems packaging with py2exe

2014-08-14 Thread Armin Schmidt
I am trying to package my GDAL/OGR Python project with py2exe so that the users don't need to do a separate GDAL installation, but I can't get it to work. As an example, this simple two-line program results in the error message below when the final .exe file is called. import osgeo.gdal as g