Re: [matplotlib-devel] broken module, examples

2008-05-16 Thread John Hunter
On Fri, May 16, 2008 at 7:18 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Yeah. Those all use the SWIG wrapper to Agg that we ultimately decided not > to use. I think clearing out the examples is probably a > good idea -- though moving them to some part of SVN (outside of the main > trun

Re: [matplotlib-devel] broken module, examples

2008-05-16 Thread Michael Droettboom
Yeah. Those all use the SWIG wrapper to Agg that we ultimately decided not to use. I think clearing out the examples is probably a good idea -- though moving them to some part of SVN (outside of the main trunk) might be a good idea so we don't "lose" them. The SWIG wrapper represents a lot of

[matplotlib-devel] broken module, examples

2008-05-15 Thread Eric Firing
Four examples fail because they depend on matplotlib.agg, which cannot be imported: In [1]:import matplotlib.agg --- ImportError Traceback (most recent call last) /home/efiring/programs/py/mpl/m