Py2exe make wxPython window looks bad
Andreas Kaiser
kaiser.vocote at gmail.com
Fri Jun 30 08:43:28 EDT 2006
zdp schrieb:
> But when I convert the program to EXE file by Py2exe, and run it, the
> look & feel is bad. It's just like the windows 9x. All controls has a
> thick and emboss border. However, the scrollbars look good, same as the
> window XP.
XP needs a manifest file in the setup.py or as a single file in the
program dir. See examples in the py2exe installation dir.
Andreas
More information about the Python-list
mailing list