Re: [gdal-dev] GDAL for Python 3.2 on Windows 64bit

2011-07-10 Thread Tamas Szekeres
GDAL Python 3.2 packages has now been added to the builds at http://www.gisinternals.com/sdk/ Best regards, Tamas 2011/7/9 Isaac Gerg > This sounds great. Thanks so much Tamas. > > Isaac > > > On Sat, Jul 9, 2011 at 5:07 PM, Tamas Szekeres wrote: > >> I'm just working on to include that in t

Re: [gdal-dev] GDAL for Python 3.2 on Windows 64bit

2011-07-09 Thread Isaac Gerg
This sounds great. Thanks so much Tamas. Isaac On Sat, Jul 9, 2011 at 5:07 PM, Tamas Szekeres wrote: > I'm just working on to include that in the builds at > http://www.gisinternals.com/sdk/ > > Unfortunately I always have to patch the python-distutils stuff from > versions to versions so as t

Re: [gdal-dev] GDAL for Python 3.2 on Windows 64bit

2011-07-09 Thread Tamas Szekeres
I'm just working on to include that in the builds at http://www.gisinternals.com/sdk/ Unfortunately I always have to patch the python-distutils stuff from versions to versions so as to make it work with all the supported compilers... Best regards, Tamas 2011/7/9 Isaac Gerg > Do you guys know

Re: [gdal-dev] GDAL for Python 3.2 on Windows 64bit

2011-07-09 Thread Isaac Gerg
Do you guys know when 3.2 will be supported? How do I build from 3.2 currently using the patches you mentioned -- are there instructions anywhere? Thanks in advance, Isaac On Sat, Jul 9, 2011 at 8:28 AM, Even Rouault wrote: > Le samedi 09 juillet 2011 13:56:54, Tamas Szekeres a écrit : > > 2011

Re: [gdal-dev] GDAL for Python 3.2 on Windows 64bit

2011-07-09 Thread Even Rouault
Le samedi 09 juillet 2011 13:56:54, Tamas Szekeres a écrit : > 2011/7/8 Even Rouault > > > http://vbkto.dyndns.org/sdk/ proposes bindings for 2.6, 2.7 and 3.1. > > Perhaps > > Tamas would want to add support for 3.2 ? > > How do we stand with the Python 3.2 support in GDAL? Do we still require t

Re: [gdal-dev] GDAL for Python 3.2 on Windows 64bit

2011-07-09 Thread Tamas Szekeres
2011/7/8 Even Rouault > > http://vbkto.dyndns.org/sdk/ proposes bindings for 2.6, 2.7 and 3.1. > Perhaps > Tamas would want to add support for 3.2 ? > > How do we stand with the Python 3.2 support in GDAL? Do we still require to patch the gererated interface files so as to compile the bindings su

Re: [gdal-dev] GDAL for Python 3.2 on Windows 64bit

2011-07-08 Thread Even Rouault
Le vendredi 08 juillet 2011 21:55:12, Isaac Gerg a écrit : > Hi Everyone, > > I am wondering if there is a build (beta or release) of GDAL for Python 3.2 > on the Windows 64bit platform. I have been browsing around the ticket area > of the website and there appears to have been code entered in to

[gdal-dev] GDAL for Python 3.2 on Windows 64bit

2011-07-08 Thread Isaac Gerg
Hi Everyone, I am wondering if there is a build (beta or release) of GDAL for Python 3.2 on the Windows 64bit platform. I have been browsing around the ticket area of the website and there appears to have been code entered in to make GDAL compatible with python 3.2. However, I cannot find where