Hi Daniel,

Daniel Stalder wrote:
> Hello
>
> I saw your thread and I have a related problem.
> I use matplotlib (0.90.0.win32-py2.5) with wxPython
> (2.8-win32-unicode-2.8.3.0-py25).
> I use matplotlib with WXAgg and got the following error msg:
> "This application has failed to start because wxmsw26uh_vc.dll was not
> found. Re-installing the application may fix this problem."
>   
Re-install will not help.  The problem is that matplotlib is 
compiled/linked against wxPython 2.6 Unicode.

A work around Andrea Gavana found is to do the following rename, before 
you py2exe the app.

matplotlib/backends/_wxagg.pyd

to

matplotlib/backends/_wxagg not used.pyd


Werner

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to