On Sun, Jul 25, 2010 at 1:55 AM, Satish Raghunath <qgu...@my.utsa.edu>wrote:

> Hi
>  I am getting this error*
>  File "aerialvision1.py", line 79, in <module>
>     import startup
>   File "/home/satish/gpgpusim/gpgpu-sim_v2.1.1b/aerialvision/startup.py",
> line 68, in <module>
>     import guiclasses
>   File
> "/home/satish/gpgpusim/gpgpu-sim_v2.1.1b/aerialvision/guiclasses.py", line
> 68, in <module>
>     matplotlib.use('TkAgg')
> AttributeError: 'module' object has no attribute 'use'
>
>  " AttributeError: 'module' object has no attribute 'use' "  *
>
> Can anyone please explain me this  error
>
> Thanks!
> Satish
>
>
It means the authors of gpgpu-sim_v2.1.1b made a mistake and did not import
matplotlib in guiclasses.py.  Contact them about the bug.

Ben Root
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to