473,320 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

unable to install gdal

Hi

On Windows xp sp2 and python 2.4

Yesterday I running old versions of gdal, and I try to upgrade

I download gdalwin32exe150.zip and gdal-python-13.win32-py2.4.exe
I unzip gdalwin32exe150.zip in C:\gdalwin32-1.5

I follow install's instructions from http://trac.osgeo.org/gdal/wiki/GdalOgrInPython,
all is ok, I set path and path_data variables with correct values, but
whe I run a script, an error raises

from osgeo import ogr
File "C:\Python24\Lib\site-packages\osgeo\ogr.py", line 7, in ?
import _ogr
ImportError: DLL load failed: process not found

Also I try with instructions from
http://www.urbansim.org/opus/stable-...alinstall.html
I move _gdal.pyd (and the others *.pyd) from my Python installation's
(C:\Python24\Lib\site-packages\osgeo) into my Python installation's
DLLs folder (C:\Python24\DLLs).
When I run the script the error message persists.

Some help is welcome.
Mar 9 '08 #1
2 2952
On 9 mar, 16:37, luis <soli...@gmail.comwrote:
Hi

On Windows xp sp2 and python 2.4

Yesterday I running old versions of gdal, and I try to upgrade

I download gdalwin32exe150.zip and gdal-python-13.win32-py2.4.exe
I unzip gdalwin32exe150.zip in C:\gdalwin32-1.5

I follow install's instructions fromhttp://trac.osgeo.org/gdal/wiki/GdalOgrInPython,
all is ok, I set path and path_data variables with correct values, but
whe I run a script, an error raises

from osgeo import ogr
* File "C:\Python24\Lib\site-packages\osgeo\ogr.py", line 7, in ?
* * import _ogr
ImportError: DLL load failed: process not found

Also I try with instructions fromhttp://www.urbansim.org/opus/stable-releases/opus-2006-11-21/docs/gda...
I move _gdal.pyd (and the others *.pyd) from my Python installation's
(C:\Python24\Lib\site-packages\osgeo) into my Python installation's
DLLs folder (C:\Python24\DLLs).
When I run the script the error message persists.

Some help is welcome.
If I install on a XP without previous installation of gdal, the
installation works fine.

Perhaps is a problem with XP's registry
Mar 10 '08 #2
On 10 mar, 09:49, luis <soli...@gmail.comwrote:
On 9 mar, 16:37, luis <soli...@gmail.comwrote:
Hi
On Windows xp sp2 and python 2.4
Yesterday I running old versions of gdal, and I try to upgrade
I download gdalwin32exe150.zip and gdal-python-13.win32-py2.4.exe
I unzip gdalwin32exe150.zip in C:\gdalwin32-1.5
I follow install's instructions fromhttp://trac.osgeo.org/gdal/wiki/GdalOgrInPython,
all is ok, I set path and path_data variables with correct values, but
whe I run a script, an error raises
from osgeo import ogr
File "C:\Python24\Lib\site-packages\osgeo\ogr.py", line 7, in ?
import _ogr
ImportError: DLL load failed: process not found
Also I try with instructions fromhttp://www.urbansim.org/opus/stable-releases/opus-2006-11-21/docs/gda...
I move _gdal.pyd (and the others *.pyd) from my Python installation's
(C:\Python24\Lib\site-packages\osgeo) into my Python installation's
DLLs folder (C:\Python24\DLLs).
When I run the script the error message persists.
Some help is welcome.

If I install on a XP without previous installation of gdal, the
installation works fine.

Perhaps is a problem with XP's registry
If I run the script in the dos line command (>python script_name.py)
a final windows error's message says
curls_multi_cleanup pocedure don`t find entry point in libcurl.dll

I have found 2 programs using other versions libcurl.dll

In the PATH environment variable I insert C:\gdalwin32-1.5\bin before
paths those programs, and the error has disappeared
Mar 12 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Peter Gomis | last post by:
I have encountered a situation where I am unable to remove a .NET assembly from the GAC. The message I receive is "Assembly 'assemblyname' could not be uninstalled because it is required by other...
2
by: Carlos G Benevides | last post by:
I have a ASP.Net web application that has two assemblies that run under com+. Under Windows 2000 the two assemblies are added to com+ automatically when instantiated from the web site. For this...
0
by: Michael R. Pierotti | last post by:
Has anyone seen this error before when trying to make the install on a program. ------ Starting pre-build validation for project 'HafaSMPPInstall' ------ WARNING: Unable to find dependency...
3
by: DJTN | last post by:
I'm getting the following error when I try to compile my setup project in VS 2002. I have re-installed the .net framework 1.1 and it didnt solve the problem. WARNING: Unable to find dependency...
8
by: Julien Fiore | last post by:
Hi, I wrote a function to compute openness (a digital elevation model attribute). The function opens the gdal-compatible input raster and reads the values in a square window around each cell. The...
1
by: Izzy | last post by:
I created a windows service using VS 2005 in VB.NET and it runs on my Windows XP Pro machine just fine, now I'm want to install it on one of my servers which is a Windows 2000 Terminal server...
2
by: ashishjainism | last post by:
I am unable to install my windows service and the installutil is throwing the following error: Running a transacted installation. Beginning the Install phase of the installation. See the...
0
by: rsr | last post by:
Hi folks, I'Ve been working with C for quite some time now.but now i am facing a pretty strange problem..I am unable to install it in one of the systems.. I downloaded a turbo c compiler 3.0...
0
by: PowerWill500 | last post by:
Hi guys, I'm using a simple gdal script to load topography data from a .DEM file to a grid. However, when I do this gdal converts the data into 16 bit unsigned integers, which is no good for...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.