tower429 / pythonxy

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

netcdf4 seems to be missing in 2.7.3.1 #644

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Just downloaded Version 2.7.3.1 for windows. 

I cannot import NetCDF4 and cannot find any reference to it in the Python27 
directory

I did a standard install. My system in vista, 32 bit. 

I was logged in as 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. I uninstalled any previous Python distribution (including the
official .msi)

    d. I cleaned the environment variables by removing all deprecated
entries

What steps will reproduce the problem?
1. I think just installing.
2. Then fire up python and then do

import NetCDF4

What is the expected output? Success

What do you see instead? Module not found

Original issue reported on code.google.com by stoi...@gmail.com on 11 Apr 2013 at 10:56

GoogleCodeExporter commented 8 years ago
try:
import netCDF4

make sure it is listed:
xy->about->installed_plugins

Original comment by grizzly.nyo on 11 Apr 2013 at 8:25

GoogleCodeExporter commented 8 years ago
Hi,

Sure I meant 

import netCDF4

And netcdf4 is listed in the standard plugins.

Original comment by stoi...@gmail.com on 11 Apr 2013 at 9:35

GoogleCodeExporter commented 8 years ago
Please test again using 2.7.5.0

Original comment by grizzly.nyo on 14 Jun 2013 at 1:46