Yes!!!
Thanks a lot!!
···
-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Wednesday, March 12, 2003 1:44 PM
To: "Echeverria Rabi, Cristián"
Cc: wxPython-users@lists.wxwindows.org
Subject: Re: wxPython widgets on win XP
Echeverria Rabi, Cristián wrote:
Hi
I' am using Python 2.2.2, wxPython 2.4.0.6 on win XP pro.
Since the 2.4.0.4 release of wxPython I noted that the standard XP widget
are used on wxPython (until then all the widget looked like de win9x
ones).
Today I compiled an App using py2exe, but the compiled application don't
have the xp look.To be clear:
- If I run the App using the script the widgets look fine in XP
- If I run de compiled App (py2exe) the widgets look like the win9x ones.I' am sending a picture that shows both situations.
Yep. The XP themed widgets are turned on simply by the presence of an
XML file in the same dir as the .exe, using the same name as the .exe
plus ".manifest". wxPython is now installing one in the Python install
dir for python.exe and pythonw.exe. You should be able to take one of
those files, rename it to match your .exe and you'll be all set.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!