the appearance of wxpython using py2exe

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:

http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/hs391.snc3/23817_338949344887_765104887_3542493_1095594_n.jpg

I tried using the manifest in py2exe, but it doesn't help.

Please help me!
the operation system I use is window 7. I am not sure if it matters.
Thanks!

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:

http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/hs391.snc3/23817_338949344887_765104887_3542493_1095594_n.jpg

I tried using the manifest in py2exe, but it doesn't help.

Please help me!
  the operation system I use is window 7. I am not sure if it matters.

--
Robin Dunn
Software Craftsman