cas3ymau3 / netcdf4-python

Automatically exported from code.google.com/p/netcdf4-python
Other
0 stars 0 forks source link

Import Error: DLL Load Failed: The specified procedure cannot be found. #189

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Use the following python script, attached:  test.py
2.  Download the datafile, attached:  Temp.nc

What is the expected output? What do you see instead?
Expected:
Daily 2.5 meter temperatures on the Reanaysis Dataset grid

Got Instead:
The following error message after first command
Import Error:  DLL Load Failed:  The specified procedure cannot be found.

What version of the product are you using? On what operating system?
NetCDF4-1.0.4.win32-py3.3.exe on Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by gsrothma...@gmail.com on 10 Jul 2013 at 7:39

Attachments:

GoogleCodeExporter commented 8 years ago
Looks like a problem with your windows installation - it's not finding the 
library to load.  Unfortunately, I know almost nothing about Windows and DLL 
loading, so I can't help. 

Original comment by whitaker.jeffrey@gmail.com on 10 Jul 2013 at 8:10

GoogleCodeExporter commented 8 years ago
You might consider using 

https://www.enthought.com/products/canopy/

it includes just about every add-on package a scientist would ever use 
(including netcdf4-python).  You can also pay for support.

Original comment by whitaker.jeffrey@gmail.com on 10 Jul 2013 at 8:13

GoogleCodeExporter commented 8 years ago
Recent HDF5 builds are not compatible with Windows XP. It's a common issue. See 
for example 
http://stackoverflow.com/questions/14146954/pytables-hdf5-kernel32-dll-error

Original comment by cjgoh...@gmail.com on 12 Jul 2013 at 6:25

GoogleCodeExporter commented 8 years ago

Original comment by whitaker.jeffrey@gmail.com on 26 Feb 2014 at 2:04