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


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

Reply via email to