Package: python2.3-matplotlib
Version: 0.86.2-2
Severity: normal

Similar to bug 353043, except now Python can't find numpy.

I'm pretty sure this is because Debian is still using the older array
package "Numeric" (24.2), rather than the new 'NumPy' (0.9.5) package.
Until NumPy has been packaged (or replaces python-numeric), matplotlib
should probably use 'Numeric' or 'numarray'.

Thanks!

Chris

For example:

 $ python
 Python 2.3.5 (#2, Nov 21 2005, 01:27:27)
 [GCC 4.0.3 20051111 (prerelease) (Debian 4.0.2-4)] on linux2
 Type "help", "copyright", "credits" or "license" for more information.
 >>> from pylab import *
 Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/pylab.py", line 1, in ?
    from matplotlib.pylab import *
  File "/usr/lib/python2.3/site-packages/matplotlib/pylab.py", line 195, in ?
    import cm
  File "/usr/lib/python2.3/site-packages/matplotlib/cm.py", line 5, in ?
    import colors
  File "/usr/lib/python2.3/site-packages/matplotlib/colors.py", line 33, in ?
    from numerix import array, arange, take, put, Float, Int, where, \
  File "/usr/lib/python2.3/site-packages/matplotlib/numerix/__init__.py", line 
66, in ?
    import numpy
  ImportError: No module named numpy

 $ ipython -pylab

    <many similar lines removed>

 File "/usr/lib/python2.3/site-packages/matplotlib/numerix/__init__.py", line 
66, in ?
    import numpy
 ImportError: No module named numpy

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

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-2       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-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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to