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/mpl_trunk/examples/<ipython console> in 
<module>()

/usr/local/lib/python2.5/site-packages/matplotlib/agg.py in <module>()
       5 # This file is compatible with both classic and new-style classes.
       6
----> 7 import _agg
       8 import new
       9 new_instancemethod = new.instancemethod

ImportError: No module named _agg

The examples are:

agg_resize.py
agg_test.py
clippath_test.py
glyph_to_path.py

I suspect this is all indicative of some obsolete components that it 
might be worthwhile to clean out.

Eric

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to