[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#432834: marked as done (ImportError: No module named Scientific.IO.NetCDF)



Your message dated Wed, 25 Jan 2012 20:36:46 +0100
with message-id <CA+7wUsxTk=naWVOMkagdbJojRRQ1B1W6tXRrbiesLL=DPOnLVA@mail.gmail.com>
and subject line 
has caused the Debian Bug report #432834,
regarding ImportError: No module named Scientific.IO.NetCDF
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
432834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432834
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: python-netcdf
Version: 2.4.9-2
Severity: normal


I cannot import the netcdf library from python-netcdf package.
Steps:

$ sudo apt-get install python-netcdf
$ python /usr/share/doc/python-netcdf/examples/netcdf_demo.py
Traceback (most recent call last):
  File "/usr/share/doc/python-netcdf/examples/netcdf_demo.py", line 2,
in ?
    from Scientific.IO.NetCDF import *
ImportError: No module named Scientific.IO.NetCDF

Thanks

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686-bigmem
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python-netcdf depends on:
ii  libc6                         2.5-9+b1   GNU C Library: Shared libraries
ii  netcdfg3                      3.5.0-7.1  An interface for scientific data a
ii  python                        2.3.5-2    An interactive high-level object-o
ii  python-numeric                23.8-1     Numerical (matrix-oriented) Mathem

-- no debconf information


--- End Message ---
--- Begin Message ---
fixed 432834 python-netcdf/2.8-1.2+b2
thanks

Seems to be working now:


$  python /usr/share/doc/python-netcdf/examples/netcdf_demo.py
[ 42.   1.  42.]
('n', 'xyz')
(10, 20)
{'xyz': 3, 't': None, 'n': 20}
{'foo': <NetCDFVariable object at 0x2c7e198>, 'bar': <NetCDFVariable
object at 0x2c7e4f8>}
{'xyz': 3, 't': None, 'n': 20}
{'foo': <NetCDFVariable object at 0x2c7e5d0>, 'bar': <NetCDFVariable
object at 0x2c7e618>}
[ 42.   1.  42.]


--- End Message ---

Reply to: