Re: [gdal-dev] image-io extension

2010-12-12 Thread Viji V Nair
Hi On Mon, Dec 13, 2010 at 2:33 AM, Simone Giannecchini wrote: > Ciao Even, > I am neither trying to cut it short nor I was anyhow offended by your > response but you are email > is drawing is essence from a few  misunderstandings which I would like > to clarify before this thread takes more time

Re: [gdal-dev] image-io extension

2010-12-12 Thread Simone Giannecchini
Ciao Even, I am neither trying to cut it short nor I was anyhow offended by your response but you are email is drawing is essence from a few misunderstandings which I would like to clarify before this thread takes more time/space: -1- Viji is trying to package the development version of imageio-e

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
Martin, http://vbkto.dyndns.org/sdk/ is a popular location for GDAL binaries and bindings for Windows. For Python 2.6 on 32-bit Windows, I would recommend downloading "MSVC2008 (Win32) -stable" from the first table on the page (i.e. http://vbkto.dyndns.org/sdk/release-1500-gdal-1-7-mapserver-5-6.z

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

Re: [gdal-dev] image-io extension

2010-12-12 Thread Ivan Lucena
Even, > ---Original Message--- > From: Even Rouault > To: Ivan Lucena > Cc: Simone Giannecchini , > gdal-dev@lists.osgeo.org, Viji V Nair > Subject: Re: [gdal-dev] image-io extension > Sent: Dec 10 '10 18:41 > > Le vendredi 10 décembre 2010 15:22:25, Ivan Lucena a écrit : >

[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