GUI2Exe - Change Python version?

Aaron,

···

-----Original Message-----
From: Aaron Brady [mailto:castironpi@comcast.net]
Sent: Wednesday, January 09, 2008 5:24 PM
To: wxPython-users@lists.wxwidgets.org
Subject: RE: [wxPython-users] GUI2Exe - Change Python version?

> -----Original Message-----
> From: Robin Dunn [mailto:robin@alldunn.com]
> Sent: Wednesday, January 09, 2008 5:18 PM
>
> I would default to the value of sys.executable, and let the
user set
> the path to python.exe as one of the configuration options.

The different installations are somewhere in the registry,
right? You can get those, -and- present the option to
specify path, just in case those aren't found.

Yeah, they're in the registry at
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall,
but they're using a GUID rather than the program's name. I'm just not sure
if the GUID is the same from PC to PC.

Robin's idea is also good.

Mike