wxpython appearance differs after py2exe

Robert bobx at linuxmail.org
Fri Mar 5 20:11:50 EST 2004


Chad Haynes wrote:
> Hello,
> 
> I have a wxPython application that I want to create an executable from. 
>  Using py2exe produces a program that works very well, but the 
> appearance is slightly different than when it was run from the command 
> line.  The py2exe version is a little more bland.  Here are links to 
> some screenshots:
> 
> http://linkage.rockefeller.edu/chaynes/dos.jpg
> http://linkage.rockefeller.edu/chaynes/py2exe.jpg
> 
> I'm runnin winXP, any ideas?
> 
> -Chad
Here is a copy of the manifest I use with eclipse:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
	<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" 
name="SWT.javaw" type="win32"/>
	<description>Standard Widget Toolkit</description>
	<dependency>
		<dependentAssembly>
			<assemblyIdentity type="win32" 
name="Microsoft.Windows.Common-Controls" version="6.0.0.0" 
processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*"/>
		</dependentAssembly>
	</dependency>
</assembly>



More information about the Python-list mailing list