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
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
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://
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
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
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 :
>
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