Look of the app - Py2exe / wxPython
Posted
by Francisco Aleixo
on Stack Overflow
See other posts from Stack Overflow
or by Francisco Aleixo
Published on 2010-04-27T22:07:13Z
Indexed on
2010/04/28
2:33 UTC
Read the original article
Hit count: 426
So my problem is the look and feel from my application, as it looks like an old look app.
It is an wxPython application, and on python it runs fine and looks fine, but when I convert it to .exe using py2exe, the look is just bad.
Now I know that if you are using XP you need some manifest to correct it but I am in other circumstances. I'm using Windows 7, and I'm using Python 2.6 (Yes, I am including the DLL's and the Microsoft.VC90.CRT.manifest).
So my question is how can I solve this under these circumstances?
NOTE: I tried to search on google, but the posts I found were rather old with people using XP and older python versions so I assumed it would be different?
EDIT: Screenshots Normal (wanted look) : http://img80.imageshack.us/img80/3157/70762988.png
Py2exe (unwanted look) : http://img687.imageshack.us/img687/6581/53608742.jpg
© Stack Overflow or respective owner