[wxPython-users] GUI2Exe - Change Python version?
Aaron Brady
castironpi at comcast.net
Wed Jan 9 14:42:10 PST 2008
> -----Original Message-----
> From: Mike Driscoll [mailto:mdriscoll at co.marshall.ia.us]
> Sent: Wednesday, January 09, 2008 4:35 PM
>
> in my case, it would be something like this for 2.4:
>
> cmd = r'c:\python24\python -u "%s" %s %s'%(tmpFileName, self.compiler,
> dryRun)
>
> and for 2.5:
>
> cmd = r'c:\python25\python -u "%s" %s %s'%(tmpFileName, self.compiler,
> dryRun)
So long as you're the sole developer of the suite prior to compilation, and
the only one compiling, or know everyone who is. [Gavana.]
More information about the wxpython-users
mailing list