Python 2.2.1 Windows / install variables ?

Peter Hansen peter at engcorp.com
Sun May 12 22:43:23 EDT 2002


Rich Pinder wrote:
> 
> I've loaded the windows installer (Python 2.2.1 (#34, Apr  9 2002,
> 19:34:33)), have the PYTHONPATH variable set correctly, and have the
> executable in the path.
> 
> I'm trying to load three add on's (4Suite, PyXML, and Interbase database
> adapter).
> 
> On the second install screen (on all three) it prompts you for 'which
> python installation to use' - and there are no entries to select.

I have the same problem all the time installing py2exe updates.

In my case I had previously installed Python to my C: drive, then 
moved the entire directory tree to our shared network drive so we 
can all use it.  

The problem is that I then disable (by renaming via regedit) the 
Python registry key, to avoid having anything try to find stuff
locally on my machine.  This prevents py2exe from installing 
and since no option is available to specify the folder for 
installation, my only choice was to rename the old registry
key temporarily, install py2exe, copy the changes to the network
drive, then rename the Python key back to Python.unused.

This likely doesn't help you, but it probably points to a
missing registry key as the source of your troubles.

-Peter



More information about the Python-list mailing list