Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#5110 closed defect (worksforme)

HDF5 Can't load requested DLL

Reported by: tcgeophysics Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

Hi,

I recently installed gdal 1.9.2 Python API on Windows 7 using the pythonxy GDAL installer and I started to encounter a bug with my python scripts when calling them in the windows command terminal (>>python myscript.py inputs).

Running the Python script line by line in the python terminal does not prompt any error message.

I get the following message on a pop up window: "The procedure entry point H5Eauto_is_v2 could not be located in the dynamic link library hdf5dll.dll"

And the following errors on the Python terminal:

ERROR 1: Can't load requested DLL: C:\Python27\Lib\site-packages\osgeo\gdalplugins\gdal_BAG.dll
127: The specified procedure could not be found.

ERROR 1: Can't load requested DLL: C:\Python27\Lib\site-packages\osgeo\gdalplugins\gdal_BAG.dll
127: The specified procedure could not be found.

ERROR 1: Can't load requested DLL: C:\Python27\Lib\site-packages\osgeo\gdalplugins\gdal_HDF5.dll
127: The specified procedure could not be found.

ERROR 1: Can't load requested DLL: C:\Python27\Lib\site-packages\osgeo\gdalplugins\gdal_HDF5.dll
127: The specified procedure could not be found.

ERROR 1: Can't load requested DLL: C:\Python27\Lib\site-packages\osgeo\gdalplugins\gdal_HDF5Image.dll
127: The specified procedure could not be found.

ERROR 1: Can't load requested DLL: C:\Python27\Lib\site-packages\osgeo\gdalplugins\gdal_HDF5Image.dll
127: The specified procedure could not be found.

All called dlls are present in the specified directory.

Any idea about where the problem is coming from? Thank you

Thomas

Change History (3)

comment:1 by warmerdam, 11 years ago

Resolution: worksforme
Status: newclosed

Thomas,

I'm not familiar with the pythonxy installer or where these DLLs are coming from. I think you might need to raise this with the packager.

in reply to:  1 ; comment:2 by tcgeophysics, 11 years ago

Replying to warmerdam:

Thomas,

I'm not familiar with the pythonxy installer or where these DLLs are coming from. I think you might need to raise this with the packager.

Thanks!

I'll check on the pythonxy.

in reply to:  2 comment:3 by tcgeophysics, 11 years ago

Replying to tcgeophysics:

Replying to warmerdam:

Thomas,

I'm not familiar with the pythonxy installer or where these DLLs are coming from. I think you might need to raise this with the packager.

Thanks!

I'll check on the pythonxy.

I found out that I had previously set the GDAL_DRIVER_PATH variable for my pythonxy install to C:\Python27\Lib\site-packages\osgeo\gdalplugins

Reseting it to the default path from osgeo4W solved the issue:

GDAL_DRIVER_PATH = C:\OSGeo4W\bin\gdalplugins

Note: See TracTickets for help on using tickets.