On Sun, Jul 25, 2010 at 3:55 PM, Satish Raghunath <qgu...@my.utsa.edu> wrote:
>  " AttributeError: 'module' object has no attribute 'use' "

It means that the "module" object (matplotlib) has no attribute named "use".
This kind of error is often encountered when wrong module is imported
as matplotlib.

Try

 import matplotlib
 print matplotlib.__file__

and see if the output correctly points the location where the
matplotlib is installed.

Regards,

-JJ

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to