Re: [gdal-dev] Polygonize via Python on Windows

2011-04-25 Thread Even Rouault
Le lundi 25 avril 2011 21:17:48, Jay Jennings a écrit : If you have VS2008, I tunk you need to upgrade your Python version to Python 2.6. Because when building Python native modules, you must use a version of Visual Studio compatible with the version that was used to build the Python interprete

[gdal-dev] Polygonize via Python on Windows

2011-04-25 Thread Jay Jennings
Thanks Elijah, that thread does look promising. But it involves using gdal_polygonize.py, which is giving me trouble (we haven't tried GDAL/Python options before). Initial attempt at gdal_polygonize.py gives the error "ImportError: No module named gdal". After researching the archives, I foun