Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-09-18 Thread Daniel McQuillen
Hello Charlie, I tried the solution you suggested below to get py2exe working and get rid of the no such file wxmsw26uh_vc.dll message when trying to run the compiled .exe 1. I removed the _wxagg.pyd file from matplotlib/backends (although I was loathe to do so as my guess is that this will

Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-08-10 Thread Daniel McQuillen
Werner, Thanks for your work in solving this problem. I'm experiencing the same trouble. I can compile to .exe if I exclude wxmsw26uh_vc.dll, but then when I run my final .exe, I get a error dialog popup and the program won't run. The dialog says The procedure entry point [EMAIL

Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-07-06 Thread Werner F. Bruhin
Hi, Charlie Moad wrote: As you have found, the matplotlib binaries are built using the unicode version of wxpython. If you are not using blitting, then you can just go in any delete the matplotlib/backends/_wxagg.so (.pyd for windows) file from the installed matplotlib module. Then the