gisinternals / buildsystem

Build system on www.gisinternals.com
MIT License
33 stars 10 forks source link

gdal2tiles #69

Closed aborruso closed 10 years ago

aborruso commented 10 years ago

Hi, I have installed gdal-111-1600-core.msi and GDAL-1.11.0.win32-py2.7.msi.

When I run gdal2tiles from GDAL prompt I have: Traceback (most recent call last): File "C:\Program Files (x86)\GDAL\gdal2tiles.py", line 43, in from osgeo import gdal ImportError: No module named 'osgeo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Program Files (x86)\GDAL\gdal2tiles.py", line 46, in import gdal ImportError: No module named 'gdal'

How to solve this exception ?

Thank you

aborruso commented 10 years ago

It was a problem of my envorinment. Solved