Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-12 Thread Ken McIvor
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 - This SF.net email is sponso

Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-12 Thread Matthieu Brucher
I have this problem with the embedding samples that use wxagg. Otherwise, I have no problem. Jeff > do you import something using wxagg ? Matthieu 2007/11/12, Michael Droettboom <[EMAIL PROTECTED]>: > > Can you send the entire traceback you get with this error? I'm curious > which module is req

Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-12 Thread Michael Droettboom
Can you send the entire traceback you get with this error? I'm curious which module is requiring this. Also, if you start a python console and type "import wx", do you get this error? Cheers, Mike Jeff Peery wrote: > Hello, thanks for the response. I changed my matplotlibrc file from > 'WxAg

Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-10 Thread Jeff Peery
Hello, thanks for the response. I changed my matplotlibrc file from 'WxAgg' to 'Wx'. I'm still using wxpython 2.8 and matplotlib 0.90.1, and I am still getting the error that wxmsw26uh_vc.dll cannot be found. what else can I do? can I just put this file in the place that it is trying to look?

Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-10 Thread Matthieu Brucher
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 <[EMAIL PROTECTED]>: > > Hello, > I've been using wxpython 2.6 unicode version and I recently upgraded >

[Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-10 Thread Jeff Peery
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