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 ma

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 PROTECTED]@@UBE

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

2006-07-06 Thread Werner F. Bruhin
A little update. Werner F. Bruhin wrote: > Trying to py2exe the application I get an error no such file > "wxmsw26uh_vc.dll". > > I am on: > # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] > # wxPython 2.6.3.2, Boa Constructor 0.4.4 > > Part of the changes I made inludes

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

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

2006-07-06 Thread Charlie Moad
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 pure-python wx backend will be u

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

2006-07-06 Thread Werner F. Bruhin
Werner F. Bruhin wrote: > Trying to py2exe the application I get an error no such file > "wxmsw26uh_vc.dll". > > I am on: > # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] > # wxPython 2.6.3.2, Boa Constructor 0.4.4 > > Part of the changes I made inludes trying out numpy

[Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-07-06 Thread Werner F. Bruhin
Trying to py2exe the application I get an error no such file "wxmsw26uh_vc.dll". I am on: # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] # wxPython 2.6.3.2, Boa Constructor 0.4.4 Part of the changes I made inludes trying out numpy 0.8.9. What is this dll for and where s