Your message dated Thu, 16 Feb 2006 09:17:51 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#353043: fixed in matplotlib 0.86.2-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: python2.3-matplotlib
Version: 0.86.2-1
Severity: normal
"from pylab import *" fails with "ImportError: No module named numarray"
unless python2.3-numarray* is installed. matplotlib depends on
"python2.3-numeric | python-2.3-numarray", but only numeric is not
enough for the import to work.
Thanks,
/Fredrik
In [1]: from pylab import *
---------------------------------------------------------------------------
exceptions.ImportError Traceback (most recent
call last)
/home/frol/<ipython console>
/usr/lib/python2.3/site-packages/pylab.py
-3 from matplotlib.pylab import *
/usr/lib/python2.3/site-packages/matplotlib/pylab.py
193 """
194 import sys, warnings
--> 195 import cm
196 import _pylab_helpers
197 import mlab #so I can override hist, psd, etc...
/usr/lib/python2.3/site-packages/matplotlib/cm.py
3 """
4
----> 5 import colors
6 from matplotlib import verbose
7 from matplotlib import rcParams
/usr/lib/python2.3/site-packages/matplotlib/colors.py
31 import re
32
---> 33 from numerix import array, arange, take, put, Float, Int, where, \
34 zeros, asarray, sort, searchsorted, sometrue, ravel, divide,\
35 clip, ones, typecode, typecodes
/usr/lib/python2.3/site-packages/matplotlib/numerix/__init__.py
50 if which[0] == "numarray":
51 #from na_imports import *
---> 52 from numarray import *
53 from _na_imports import nx, inf, infinity, Infinity, Matrix
54 from numarray.numeric import nonzero
ImportError: No module named numarray
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-15)
Versions of packages python2.3-matplotlib depends on:
ii dvipng 1.5-2.1 convert PNG graphics from DVI file
ii libatk1.0-0 1.10.3-1 The ATK accessibility toolkit
ii libc6 2.3.6-1 GNU C Library: Shared libraries an
ii libcairo2 1.0.2-3 The Cairo 2D vector graphics libra
ii libfontconfig1 2.3.2-1.1 generic font configuration library
ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib
ii libgcc1 1:4.0.2-9 GCC support library
ii libglib2.0-0 2.8.6-1 The GLib library of C routines
ii libgtk2.0-0 2.8.12-1 The GTK+ graphical user interface
ii libpango1.0-0 1.10.3-1 Layout and rendering of internatio
ii libpng12-0 1.2.8rel-5 PNG library - runtime
ii libstdc++6 4.0.2-9 The GNU Standard C++ Library v3
ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li
ii libxcursor1 1.1.3-1 X cursor management library
ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii libxi6 6.9.0.dfsg.1-4 X Window System Input extension li
ii libxinerama1 6.9.0.dfsg.1-4 X Window System multi-head display
ii libxrandr2 6.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii libxrender1 1:0.9.0.2-1 X Rendering Extension client libra
ii python 2.3.5-5 An interactive high-level object-o
ii python-matplotlib-data 0.86.2-1 python based plotting system (data
ii python2.3 2.3.5-9 An interactive high-level object-o
ii python2.3-dev 2.3.5-9 Header files and a static library
ii python2.3-gd 0.53-2 GD module is an interface to the G
ii python2.3-gtk2 2.8.2-3 Python bindings for the GTK+ widge
ii python2.3-numarray 1.5.0-1.1 An array processing package modell
ii python2.3-numarray-ext 1.5.0-1.1 Extension modules for Python array
ii python2.3-numeric 24.2-1 Numerical (matrix-oriented) Mathem
ii python2.3-numeric-ext 24.2-1 Extension modules for Numeric Pyth
ii tcl8.4 8.4.12-1 Tcl (the Tool Command Language) v8
ii tk8.4 8.4.12-1 Tk toolkit for Tcl and X11, v8.4 -
ii ttf-bitstream-vera 1.10-5 The Bitstream Vera family of free
ii zlib1g 1:1.2.3-9 compression library - runtime
python2.3-matplotlib recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: matplotlib
Source-Version: 0.86.2-2
We believe that the bug you reported is fixed in the latest version of
matplotlib, which is due to be installed in the Debian FTP archive:
matplotlib_0.86.2-2.diff.gz
to pool/main/m/matplotlib/matplotlib_0.86.2-2.diff.gz
matplotlib_0.86.2-2.dsc
to pool/main/m/matplotlib/matplotlib_0.86.2-2.dsc
python-matplotlib-data_0.86.2-2_all.deb
to pool/main/m/matplotlib/python-matplotlib-data_0.86.2-2_all.deb
python-matplotlib-doc_0.86.2-2_all.deb
to pool/main/m/matplotlib/python-matplotlib-doc_0.86.2-2_all.deb
python-matplotlib_0.86.2-2_all.deb
to pool/main/m/matplotlib/python-matplotlib_0.86.2-2_all.deb
python2.3-matplotlib_0.86.2-2_i386.deb
to pool/main/m/matplotlib/python2.3-matplotlib_0.86.2-2_i386.deb
python2.4-matplotlib_0.86.2-2_i386.deb
to pool/main/m/matplotlib/python2.4-matplotlib_0.86.2-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Marco Presi (Zufus) <[EMAIL PROTECTED]> (supplier of updated matplotlib package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 16 Feb 2006 19:19:42 +0100
Source: matplotlib
Binary: python2.4-matplotlib python-matplotlib python2.3-matplotlib
python-matplotlib-doc python-matplotlib-data
Architecture: source i386 all
Version: 0.86.2-2
Distribution: unstable
Urgency: low
Maintainer: Vittorio Palmisano <[EMAIL PROTECTED]>
Changed-By: Marco Presi (Zufus) <[EMAIL PROTECTED]>
Description:
python-matplotlib - python based plotting system in a style similar to Matlab
python-matplotlib-data - python based plotting system (data package)
python-matplotlib-doc - python based plotting system (documentation package)
python2.3-matplotlib - python based plotting system (Python 2.3 version)
python2.4-matplotlib - python based plotting system (Python 2.4 version)
Closes: 353043
Changes:
matplotlib (0.86.2-2) unstable; urgency=low
.
* Packages now depend both on python-numarray and python-numeric. Closes:
#353043
Files:
fb160da1a0c284f6254891e5d149b17a 1046 python optional matplotlib_0.86.2-2.dsc
03dd5cb5484a1f2317af03df71557223 12557 python optional
matplotlib_0.86.2-2.diff.gz
033d19af181f3edea33a133378add7ad 57626 python optional
python-matplotlib_0.86.2-2_all.deb
ad08425beef477b330ba9f4880bef0ce 345870 python optional
python-matplotlib-data_0.86.2-2_all.deb
ad3e44788f5083eff046526ebf88286a 5502012 python optional
python-matplotlib-doc_0.86.2-2_all.deb
e5d597430f77914cbf6433bad7c41316 2503790 python optional
python2.3-matplotlib_0.86.2-2_i386.deb
fdb8d32b4ebc19c704d7c64d47720652 2503800 python optional
python2.4-matplotlib_0.86.2-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD9MZnh0XdeHWCwhoRAkRFAKCHfsKR/6ze3dTTdGtlWxw3iZBCWwCgiq14
8c9SJeW8dsnUwqmSlFabFiI=
=KfBd
-----END PGP SIGNATURE-----
--- End Message ---