> [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore
> \2.6\InstallPath]
> @="C:\\Python26\\"
The Installer isn't currently checking for the Wow6432Node version of
this path, I'll fix that for the next release. In the meantime you can
work around this by making a registry key that is the same as above but
without the "\Wow6432Node".
> 2. When warned about it, I specify C:\Python26\Lib\site-packages
> as the location for installation.
>
> At installer exit time, I have selected 'compile .py files'
> and 'create tool scripts'
>
> I get the following error dialog twice:
>
> Unable to execute file:
> C:\Put a directory on PYTHONPATH here\python.exe
The same function is called again (and in several other places too) to
get the python location from the registry. I can't reliably use the
location entered by the user in these places because they may have
entered some location other than the Python dir, and since the installer
doesn't prompt for the location again I'm stuck... The workaround above
will solve this problem too.
--
Robin Dunn
Software Craftsman
http://wxPython.org