wxPython + py2exe = old style looking

Hello,

When I use py2exe with the following options:

“compressed”:1
“bundle_files”:1
zipfile:None

Resulting software appearance looks like winXP although I am using it under my Vista.

If I do not zip all the files in a single exe, then resulting look is native Vista and it is OK.

Could anyone help me on this, why is it so and how can I make a single executable and have Vista looking?

Note: I am using the current versions of both py2exe and wxPython

Cheers

···


Ozan HACIBEKİROĞLU

ozan hacıbekiroğlu wrote:

Hello,

When I use py2exe with the following options:

"compressed":1
"bundle_files":1
zipfile:None

Resulting software appearance looks like winXP although I am using it under my Vista.

If I do not zip all the files in a single exe, then resulting look is native Vista and it is OK.

Could anyone help me on this, why is it so and how can I make a single executable and have Vista looking?

Note: I am using the current versions of both py2exe and wxPython

Which is what version :wink: , i.e. current today or last week or...

Anyhow I don't think it is a version issue, the look is controlled by the correct dll being loaded which is controlled by the manifest you should have included or sitting next to your application.

See here:
http://wiki.wxpython.org/py2exe
http://wiki.wxpython.org/CreatingStandaloneExecutables

werner

I am usingwxPython 2.8.10.1
py2exe 0.6.9
I think as you mentioned Werner, I do not add manifest to my py2exe. Since I am the beginner I could not realize that it can be due to that fact.

Thanks I will consider it.

Cheers.

Ozan

···

On Fri, Jul 24, 2009 at 11:08 AM, Werner F. Bruhin wbruhin@gmail.com wrote:

ozan hacıbekiroğlu wrote:

Hello,

When I use py2exe with the following options:

“compressed”:1

“bundle_files”:1

zipfile:None

Resulting software appearance looks like winXP although I am using it

under my Vista.

If I do not zip all the files in a single exe, then resulting look is

native Vista and it is OK.

Could anyone help me on this, why is it so and how can I make a single

executable and have Vista looking?

Note: I am using the current versions of both py2exe and wxPython

Which is what version :wink: , i.e. current today or last week or…

Anyhow I don’t think it is a version issue, the look is controlled by

the correct dll being loaded which is controlled by the manifest you

should have included or sitting next to your application.

See here:

http://wiki.wxpython.org/py2exe

http://wiki.wxpython.org/CreatingStandaloneExecutables

werner


Ozan HACIBEKİROĞLU

ozan hacıbekiroğlu wrote:

I am using
wxPython 2.8.10.1
py2exe 0.6.9

And which version of Python? (Python 2.6 changes how some of this works...)

···

--
Robin Dunn
Software Craftsman

Well, I forgot to say that :),

I use Python v2.6.2 win32

···

On Fri, Jul 24, 2009 at 8:03 PM, Robin Dunn robin@alldunn.com wrote:

ozan hacıbekiroğlu wrote:

I am using

wxPython 2.8.10.1

py2exe 0.6.9

And which version of Python? (Python 2.6 changes how some of this works…)

Robin Dunn

Software Craftsman

http://wxPython.org


Ozan HACIBEKİROĞLU

ozan hacıbekiroğlu wrote:

Well, I forgot to say that :),

I use Python v2.6.2 win32

See py2exe - wxPyWiki

···

--
Robin Dunn
Software Craftsman