Re: [gdal-dev] Python3 continuous testing

2015-01-28 Thread Even Rouault
Hi Tamas, > > I'm always confused about the GDAL-python bindings what is the best > approach to use. The SWIG generated output is also included in the > bindings, but as far as I remember it wasn't always up to date. As far as I'm concerned, I try to make sure to commit updated generated files

Re: [gdal-dev] Python3 continuous testing

2015-01-28 Thread Tamas Szekeres
Hi Even, I'm always confused about the GDAL-python bindings what is the best approach to use. The SWIG generated output is also included in the bindings, but as far as I remember it wasn't always up to date. Also the windows makefile will generate the bindings by default and there's no option to b

Re: [gdal-dev] Python3 continuous testing

2015-01-28 Thread Even Rouault
Le mardi 27 janvier 2015 23:18:45, Tamas Szekeres a écrit : > Hi Even, > > I get this output from a Python 3.4 build (VS2012): > > > E:\builds\Python34\python.exe setup.py build > running build > running build_py > creating build > creating build\lib.win32-3.4 > copying gdal.py -> build\lib.win3

Re: [gdal-dev] Python3 continuous testing

2015-01-27 Thread Tamas Szekeres
Hi Even, I get this output from a Python 3.4 build (VS2012): E:\builds\Python34\python.exe setup.py build running build running build_py creating build creating build\lib.win32-3.4 copying gdal.py -> build\lib.win32-3.4 copying ogr.py -> build\lib.win32-3.4 copying osr.py -> build\lib.win32-3.4

Re: [gdal-dev] Python3 continuous testing

2015-01-27 Thread Even Rouault
Le mardi 27 janvier 2015 14:49:01, Tamas Szekeres a écrit : > Hi Even, > > I've noticed build issue on Windows using the latest (stable) Python3.x > versions, hope that this fix will solve that problem too. Hi Tamas, Thas would be surprising since my commits solved runtime failure, not build fa

Re: [gdal-dev] Python3 continuous testing

2015-01-27 Thread Tamas Szekeres
Hi Even, I've noticed build issue on Windows using the latest (stable) Python3.x versions, hope that this fix will solve that problem too. Thanks, Tamas 2015-01-27 13:44 GMT+01:00 Even Rouault : > Hi, > > Just to notify you that I've added a python3 branch for Travis-CI testing : > https://tr

[gdal-dev] Python3 continuous testing

2015-01-27 Thread Even Rouault
Hi, Just to notify you that I've added a python3 branch for Travis-CI testing : https://travis-ci.org/rouault/gdal_coverage/branches Before today's commits, Python 3 bindings had been broken in trunk for a few months without anyone noticying/complaining. Now this should no longer happen. Even