I tried wiping everything about python on my system (all python* packages purged, /usr/lib/python* files manually deleted). This bug still exists. I tried installing python-numarray by hand and get a new error:

>>> import pylab
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 55, in ?
   from numarray.convolve import cross_correlate, convolve
ImportError: No module named convolve


I tried the workaround suggested in bug 353342 by Christopher Swingley:
   $ cat ~/.matplotlib/matplotlibrc
   numerix : Numeric
The error I get is

>>> import pylab
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 218, in ?
   new_figure_manager, draw_if_interactive, show = pylab_setup()
File "/usr/lib/python2.3/site-packages/matplotlib/backends/__init__.py", line 24, in pylab_setup
   globals(),locals(),[backend_name])
File "/usr/lib/python2.3/site-packages/matplotlib/backends/backend_gtk.py", line 6, in ?
   import gobject
ImportError: No module named gobject

The next thing I will try is switching to versions of things in unstable.




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

Reply via email to