Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit

2012-11-16 Thread Simon Lyngby Kokkendorff
Hi, It shouldn't be necessary to have gdal and python compiled with the same msvc-version, as long as the various needed c-runtime dll's can be found in the PATH. In my experience problems like you describe (DL'HELL) can be related to the order in which things appear in the PATH. For example, if

Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit

2012-11-16 Thread Rutger
Hi George, You can also open the _gdal.pyd with Dependency Walker, i think thats the file which is actually being opened when the traceback is returned. In addition to gdal.dll it also check for python27.dll and kernel32.dll. The ISHIMS.DLL is not a problem for as far as i know. Normally you sho

Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit

2012-11-16 Thread nnneogeorge
Hi there, Thanks for the responses so far - Here it is , tried the Dependency Walker, it seems that there is indeed some dll missing , namely "msvcr80.dll" & "ieshims.dll". I did insert them in the System32 folder - but .

Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit

2012-11-16 Thread Rutger
Hey, I have similar problems as well. In the past i always used the windows builds from Tamas, they have always worked very well for me on 32bit and 64bit (Win XP) with the exception that i never could access the HDF and NetCDF driver from within Python (i could using the .exe cmd tools). This m

Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit

2012-11-15 Thread Joaquim Luis
-boun...@lists.osgeo.org] On Behalf Of nnneogeorge Sent: 15. november 2012 18:59 To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit Hey guys, I am using the python 2.7.3 64b, with the GDAL 64b (tried both 19& 20 versio

Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit

2012-11-15 Thread CABO
gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit Hey guys, I am using the python 2.7.3 64b, with the GDAL 64b (tried both 19 & 20 versions) under windows 7 64b, I have followed all the steps here http://www.gi

Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit

2012-11-15 Thread nnneogeorge
Hey guys, I am using the python 2.7.3 64b, with the GDAL 64b (tried both 19 & 20 versions) under windows 7 64b, I have followed all the steps here http://www.gis.usu.edu/~chrisg/python/2009/docs/gdal_win.pdf and here http://pythongisandstuff.wordpress.com/2011/07/07/installing-gdal-and-ogr-for

Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit

2012-10-03 Thread John Twilley
That solved the problem! Thanks! Any chance this can be done automatically for later releases? Jack. -- mathuin at gmail dot com On Wed, Oct 3, 2012 at 11:26 AM, Even Rouault wrote: > Le mercredi 03 octobre 2012 20:23:35, John Twilley a écrit : >> I an running Windows 7 64-bit and have downlo

Re: [gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit

2012-10-03 Thread Even Rouault
Le mercredi 03 octobre 2012 20:23:35, John Twilley a écrit : > I an running Windows 7 64-bit and have downloaded and installed the > following software: > > * Python 2.7.3 for x64 from http://www.python.org/getit > * GDAL 1.9 core and bindings for amd64 and py2.7 from > http://www.gisinternals.c

[gdal-dev] ImportError when importing gdal module with python 2.7 on Windows 7 64-bit

2012-10-03 Thread John Twilley
I an running Windows 7 64-bit and have downloaded and installed the following software: * Python 2.7.3 for x64 from http://www.python.org/getit * GDAL 1.9 core and bindings for amd64 and py2.7 from http://www.gisinternals.com/sdk * various modules including PyWin32 from http://www.lfd.uci.edu/~