473,748 Members | 5,849 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\Li b\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\Li b\site-packages\osgeo) into my Python installation's
DLLs folder (C:\Python24\DL Ls).
When I run the script the error message persists.

Some help is welcome.
Mar 9 '08 #1
2 2971
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\Li b\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.or g/opus/stable-releases/opus-2006-11-21/docs/gda...
I move _gdal.pyd (and the others *.pyd) from my Python installation's
(C:\Python24\Li b\site-packages\osgeo) into my Python installation's
DLLs folder (C:\Python24\DL Ls).
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\Li b\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.or g/opus/stable-releases/opus-2006-11-21/docs/gda...
I move _gdal.pyd (and the others *.pyd) from my Python installation's
(C:\Python24\Li b\site-packages\osgeo) into my Python installation's
DLLs folder (C:\Python24\DL Ls).
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_cle anup 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
20674
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 applications." Although I have seen this before when trying to remove .NET assemblies that have been installed via an MSI package, I now get this message while trying to remove any assembly I've added to the GAC. Using gacutil does not work...
2
6407
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 to happen we had to change the context in which asp.net runs from machine to SYSTEM by modifying the machine.config file. Under Windows 2003 no matter how asp.net is set to run as either machine or system. I get the following error: ...
0
2848
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 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'Devshock.Protocol.SmppClient.DLL' WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.dll' WARNING: Unable to...
3
7218
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 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.dll' WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Windows.Forms.dll' WARNING: Unable to...
8
4852
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 results are stored in a "1 line buffer". At the end of the line, the buffer is written to the output raster. It runs very slowly and I suspect the raster access to be the main bottleneck. Do you have any idea to speed-up the process ?
1
17628
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 running sp4 version 5.00.2195. I also have .NET Framework 1.0, 1.1 and 2.0 installed on this server AND the server was rebooted after the .NET Framework 2.0 was installed. I had some custom actions set up in the installer class, thinking that might...
2
12842
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 contents of the log file for the d:\practice in .net\mywindowsservice\mywindowsservice\mywindowsservice\bin\practiceservice.exe assembly's progress. The file is located at d:\practice in...
0
1469
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 from net, extracted the file, copied the file to c:/, went inside TC/BIN and clicked on tc.exe. I got the user interface as usual. But then I am unable to do anything. I can't even move the cursor. I had to minimise it using windows+d and then...
0
1284
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 reading negative elevation. I though I told it to read the data as 32 bit floats, but it reads as uint16, then converts to float32. Here is my code: import gdal from gdalconst import * import numpy data = gdal.Open(topoFile,GA_ReadOnly)
0
8984
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8823
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9530
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9312
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9238
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8237
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2206
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.