[wxPython-users] GUI2Exe - Change Python version?
Robin Dunn
robin at alldunn.com
Wed Jan 9 15:18:23 PST 2008
Andrea Gavana wrote:
> Yes, this was my original thought too, but this approach imply that
> Python lives under C:/Python24 (or C:/Python25 or whatever version we
> want), which is not always the case. Someone might install Python
> under D:/Program Files/Python24 for example, although I never
> encountered such a case.
Just take a look at my Windows PCs. I always install Python to
c:\Tools\Python${VER}
> There are obvious workarounds to this
> problem, I just wanted to hear different opinions on how best
> implement this in GUI2Exe.
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.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list