|
From: Darren D. <dd...@co...> - 2006-04-07 13:33:38
|
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 ? I'm using the most recent svn (2273), and I can't reproduce this. |