[wxPython-users] Re: Recommend a plotting library?

Werner F. Bruhin werner.bruhin at free.fr
Thu Apr 12 00:31:36 PDT 2007


Hi Grant,

Grant Edwards wrote:
> ...
> How does one know that's the correct backend for wxmpl?
>   
Don't know, never used wxmpl as it did not exist when I started using 
matplotlib.

I would guess it is WXAgg
>   
>> Try to add these lines to your setup.py script:
>>
>> excludes = ["Tkconstants", "Tkinter", "tcl", '_gtkagg', '_tkagg']
>>     
>
> Switching to matplotlib.numerix instead of matplotlib got rid
> of the libgdk-win32-2.0-0.dll error and I believe also got rid
> of all of the tcl stuff.  
>
> Now I've got this error, for which I've seen solutions posted
> somewhere:
>
> error: wxmsw26uh_vc.dll: No such file or directory
>   
That is the Unicode issue, i.e. matplotlib is built against wxPython 2.6 
Unicode (hopefully the next release will remove this dependency), the 
easiest work around is Andrea's solution to rename the file 
"/backends/_wxagg.pyd"  before you run py2exe.

Werner




More information about the wxpython-users mailing list