Re: [gdal-dev] Can't make Python binding work

2010-12-12 Thread iomeneandrei
Hi Martin, you can download GDAL python from here: http://www.python.org/ftp/python/2.6.5/ Best regards, a - Andrea Borruso email: aborr...@tin.it website: http://blog.spaziogis.it my 2.0 life: http://aborruso.spaziogis.it feed: http://

RE: [gdal-dev] Can't make Python binding work

2010-12-12 Thread Jason Roberts
: Sunday, December 12, 2010 12:20 PM To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Can't make Python binding work Martin Hvidberg wrote: > To start with the problem... In a new python file I write: > When run it replies: > > Traceback (most recent call last): &g

Re: [gdal-dev] Can't make Python binding work

2010-12-12 Thread Christopher Barker
Martin Hvidberg wrote: To start with the problem... In a new python file I write: When run it replies: Traceback (most recent call last): _File "C:\Martin\Work_Eclipse\Hilfe\src\check_GDAL.py", line 8, in _ import gdal ImportError: No module named gdal To me that translate

[gdal-dev] Can't make Python binding work

2010-12-12 Thread Martin Hvidberg
I'm trying to install and use GDAL in Python, and there seems to be something very fundamental that I'm missing. To start with the problem... In a new python file I write: try: fromosgeo importgdal exceptImportError: importgdal When run it replies: Traceback (most recent call last