Hi, all:
there is a question when I using py2exe to convert a wxpython
code into exe file. the appearance of exe file is so different from
running directly. Especially the border of the frame, I set as no
border, but the exe file shows the border.
look at the image here:
From the screenshots it is definitely an issue with it not using the themable common controls, which is controlled by the manifest. Which version of Python are you using? If it's 2.6 then it's not as simple as it was with 2.5. Be sure to read this: py2exe - wxPyWiki
···
On 3/5/10 7:18 PM, zhengqing wrote:
Hi, all:
there is a question when I using py2exe to convert a wxpython
code into exe file. the appearance of exe file is so different from
running directly. Especially the border of the frame, I set as no
border, but the exe file shows the border.
look at the image here: