libcurl.dll

  • Thread starter Thread starter solisgb
  • Start date Start date
S

solisgb

Hi

I'm working with python on windows xp sp 2. These days I'm trying to
install gdall library with Python bindings. I have tried to run an
script using the library, but python raises an error

curls_multi_cleanup pocedure don`t find entry point in libcurl.dll

It's like my procedure cant find libcurl.dll, or perhaps another dll
named gdal.dll

In the installation procedure of gdal, I must add gdal path to PATH
variable.

I found 2 programs than uses others libcurl.dll versions y others
directories (an antivirus program and Apples's program)

There are any way to inspect the actual path gdal is pointing to?, and

How I could indicate the correct path gdal must get ?

Luis
 
From: <[email protected]>

| Hi
|
| I'm working with python on windows xp sp 2. These days I'm trying to
| install gdall library with Python bindings. I have tried to run an
| script using the library, but python raises an error
|
| curls_multi_cleanup pocedure don`t find entry point in libcurl.dll
|
| It's like my procedure cant find libcurl.dll, or perhaps another dll
| named gdal.dll
|
| In the installation procedure of gdal, I must add gdal path to PATH
| variable.
|
| I found 2 programs than uses others libcurl.dll versions y others
| directories (an antivirus program and Apples's program)
|
| There are any way to inspect the actual path gdal is pointing to?, and
|
| How I could indicate the correct path gdal must get ?
|
| Luis

Start by asking in a News Group specific to Python.

comp.lang.python
 
Back
Top