1.. from Uwe Schmitt
http://powertwenty.com/kpd/blog/index.php/python/wxpython/py2exe_changing=
_wxpython_look_and_feel
1..=20
2.. there it reads:
3..=20
4..=20
5..=20
6..=20
7.. Martin Says:
February 11th, 2007 at 8:22 am=20
Have you tried to copy the pythonw.exe.manifest file from the Python =
directory to your application directory and rename it to =
YourApplication.exe.manifest?=20
8.. kpd Says:
February 11th, 2007 at 10:36 am=20
That was it. Thanks for your help. Specific instructions to solve the =
problem are on the wxPython wiki page above.=20
I have added the manifest to the directory and now it works perfect !
Thanks Tjerk (I almost deleted all of the standalonebuilder because of =
this gotcha)
|