|
From: Nils W. <nw...@ia...> - 2006-04-07 13:11:00
|
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
|