tkoyama010 / pythonxy

Automatically exported from code.google.com/p/pythonxy
1 stars 0 forks source link

ImportError: DLL load failed (from ._netCDF4 import *) #778

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
2.7.10

2. Which components have you installed (Python(x,y) installer:
componentpage):
    b. Have you selected the "Full" component selection?

3. Have you selected the option "Customize installation directories"?
b. No

5. Where did you install Python(x,y) itself?
a. default path

6. Have you installed Python(x,y):
    b. For "All users"

7. What is your operating system?
b. Windows Vista
c. Windows 7

8. Is the operating system 64 bit?
a. Yes

9. When you installed Python(x,y), were you logged in as :
b. an administrator of the machine

10. If you are using Windows Vista/7, have you installed Python(x,y):
a. simply by double-clicking on the installer

11. Regarding installed software on your machine, how did you clean your
machine before installing Python(x,y)  (multiple answers are possible):
b. you uninstalled any previous Python distribution (including the
official .msi)

What steps will reproduce the problem?
1. type in promt >>> import netCDF

What is the expected output? What do you see instead?
__________________________________________________________
    import netCDF4
  File "C:\Python27\lib\site-packages\netCDF4\__init__.py", line 3, in <module>
    from ._netCDF4 import *
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.
___________________________________________________________

I have succesfully worked with pythonXY of older version with the package 
netCDF. But after installing latest update, it doesnot work any longer. I tried 
installing it on two different machines (Windows Vista, Windows 7), I tried 
updating netcdf4 library (from unidata official webpage) and after reinstalling 
pythonXY 2.7.10, it didnot help. As I understand the problem is in loading 
pre-compiled module namely "C:\Python27\lib\site-packages\netCDF4\_netCDF4.pyd"

Original issue reported on code.google.com by k.riba.f...@gmail.com on 8 Jul 2015 at 5:16