|
From: Charlie M. <cw...@gm...> - 2006-04-07 13:31:40
|
On 4/7/06, Nils Wagner <nw...@ia...> 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 can't reproduce. Does the file "/usr/lib64/python2.4/site-packages/matplotlib/pylab.py" exist for you? |