The python.exe and pythonw.exe both have manifest files.
this is the manifest file:
···
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assemblyIdentityversion="[0.64.1.0](http://0.64.1.0)" processorArchitecture="x86" name="Python" type="win32"
/>
Python Interpreter
On Jan 21, 2008 11:26 AM, Chris Mellon arkanes@gmail.com wrote:
On Jan 21, 2008 12:20 PM, Robin Dunn robin@alldunn.com wrote:
Werner F. Bruhin wrote:
Kllrnohj wrote:
I just did a fresh install of wxPython 2.8.7.1 <http://2.8.7.1> on a
Python 2.5 install in Windows Vista 64-bit. I made sure that the
“manifest files for…” check box was selected during the install, yetall of the wxPython apps (both ones I create and the demo app) have
the old win2k style look to them. Anyone know how to fix this?
do you have a manifest file for your python.exe
? I.e. in my Python25
folder I have a python.exe.manifest and pythonw.exe.manifest.I wonder if the manifest file needs to have some different content for
64-bit windows? Anybody know?
I don’t know for certain but it seems likely - there’s an attribute in
there ‘processorArchitecture=“X86”’
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail:
wxPython-users-help@lists.wxwidgets.org