[GIS] find GDAL bindings for Python 3.3

gdalpython

I have been using GDAL 1.9.x on Python 2.7 and took the bindings from here. Is there a place to get GDAL bindings for Python 3.3 or is GDAL not officially supported in Python 3.3 yet?

Best Answer

I have found this page to download GDAL from, providing that you use Windows. In the top-most table, click one of the two links at the bottom that fits your system (Win32 or Win64). There you can find the core-file and bindings for at least Python 3.2. I can't seem to find anything about Python 3.3 though.

If you need some advice on how to fix everything, this great blog post is my source.