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
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
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
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
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
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
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