Re: [gdal-dev] gdal-python and py2exe - MapTiler.org

2009-03-26 Thread Simon Lyngby Kokkendorff
Hi Klokan and Chris, Thanks for your replys. I had a feeling, that it had to do with setting up the env. variables properly from within the script. I will have a closer look at MapTiler, which looks great, and try to figure things out! The application I am doing is designed for surveyors who wan

Re: [gdal-dev] gdal-python and py2exe - MapTiler.org

2009-03-26 Thread Klokan Petr Přidal
Hi Simon and others, I am successfully bundling GDAL 1.6 from OSGeo4W in my MapTiler application - with py2exe, GDAL 1.6, wxPython, InnoSetup combination under Windows. MapTiler is a multi-platform user-friendly graphical application based on my GDAL2Tiles utility and targeted to end-users and ne

Re: [gdal-dev] gdal-python and py2exe

2009-03-25 Thread Christopher Barker
Simon Lyngby Kokkendorff wrote: a message saying that gdal was not configured correctly on the system. So what is being configured when running the gdal for python installer exe, which has not been run on the other computer? Just taking a stab at it -- I think GDAL requires data files that you

[gdal-dev] gdal-python and py2exe

2009-03-25 Thread Simon Lyngby Kokkendorff
Hello All, This may seem stupid :-) I am doing an application using the gdal bindings for python on windows. I am trying to bundle it all up to an executable using py2exe and the NSIS-installer. It all seems to go well, the dll's from my installation of gdal, C:\gdalwin32-1.6\bin, get copied int