ImportError: No module named pylab

I am using the latest svn version of matplotlib

Python 2.4.1 (#1, Sep 12 2005, 23:33:18)
[GCC 4.0.2 20050901 (prerelease) (SUSE Linux)] 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/lib64/python2.4/site-packages/pylab.py", line 1, in ?
    from matplotlib.pylab import *
ImportError: No module named pylab

This seems to be related to some of the recent changes.

Am I missing something ?

Nils

I can't reproduce. Does the file
"/usr/lib64/python2.4/site-packages/matplotlib/pylab.py" exist for
you?

···

On 4/7/06, Nils Wagner <nwagner@...1052...> wrote:

I am using the latest svn version of matplotlib

Python 2.4.1 (#1, Sep 12 2005, 23:33:18)
[GCC 4.0.2 20050901 (prerelease) (SUSE Linux)] 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/lib64/python2.4/site-packages/pylab.py", line 1, in ?
    from matplotlib.pylab import *
ImportError: No module named pylab

I'm using the most recent svn (2273), and I can't reproduce this.

···

On Friday 07 April 2006 09:10, Nils Wagner wrote:

I am using the latest svn version of matplotlib

Python 2.4.1 (#1, Sep 12 2005, 23:33:18)
[GCC 4.0.2 20050901 (prerelease) (SUSE Linux)] 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/lib64/python2.4/site-packages/pylab.py", line 1, in ?
    from matplotlib.pylab import *
ImportError: No module named pylab

This seems to be related to some of the recent changes.

Am I missing something ?