Look of the app - Py2exe / wxPython

Deadly 提交于 2019-12-22 18:38:20

问题


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


回答1:


Try use Gui2exe

I use gui2exe on win7 running on virtualbox.

This make gui look ok on all windows version. upx.exe to compress exe,dll,pyd.

And inno-setup,for a setup fil for windows.



来源:https://stackoverflow.com/questions/2725516/look-of-the-app-py2exe-wxpython

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!