cannot find wxmsw26uh_vc.dll

Hello,
I’ve been using wxpython 2.6 unicode version and I recently upgraded
to 2.8 unicode version. I’m using matplotlib 0.90.1 wxAgg in my wx app
and when I fire it up it gives me a message that it cannot find
‘wxmsw26uh_vc.dll’. I’ve had this problem before and the solution was to
install the unicode version of wxpython. But it doesn’t seem to solve the
problem with wxpython 2.8.

how do I get rid of this error?
thanks!

Jeff

···

Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Hi,

mpl does not build the wxagg bridge starting from wxPython 2.8, thanks to an upgraded system. So you can use wx directly without (much ?) loss of speed.

Matthieu

2007/11/10, Jeff Peery <
jeffpeery@…9…>:

···

Hello,
I’ve been using wxpython 2.6 unicode version and I recently upgraded
to 2.8 unicode version. I’m using matplotlib 0.90.1 wxAgg in my wx app
and when I fire it up it gives me a message that it cannot find
‘wxmsw26uh_vc.dll’. I’ve had this problem before and the solution was to

install the unicode version of wxpython. But it doesn’t seem to solve the
problem with wxpython 2.8.

how do I get rid of this error?
thanks!

Jeff


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.

Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>
http://get.splunk.com/


Matplotlib-users mailing list

Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


French PhD student
Website : http://miles.developpez.com/
Blogs : http://matt.eifelle.com
and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher

Jeff,

I think you need to delete the WXAgg accelerator module in your "site-packages/matplotlib/backends" directory. It will have a name like "_wxagg.so", "_wxagg.pyd", or "_wxagg.dll".

Ken