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
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
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
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
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
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
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