From: Eric F. <ef...@ha...> - 2007-07-13 23:13:11
|
Christopher Barker wrote: > John Hunter wrote: [...] > I do wish that: > >>>> import matplotlib as mpl >>>> import mpl.artist > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named mpl.artist > > worked. The way I have it working now (on my machine, not in svn), when you import matplotlib as mpl You don't need to then import mpl.artist; it is already imported, ready for use. Eric > > -Chris > > > |