[pywin32-bugs] [ pywin32-Bugs-1296130 ] unable to install to a chosen python version
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2005-09-22 22:47:03
|
Bugs item #1296130, was opened at 2005-09-20 18:14 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1296130&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: installation Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: gdmans (gdmans) Assigned to: Nobody/Anonymous (nobody) Summary: unable to install to a chosen python version Initial Comment: The installer for pywin32-204.win32-py2.3.exe works fine for a XP sp1, 2002, machine with only one version of python installed. However, I have zope, which has its own default python (that I do not use), as well as my manually installed principal python version. I want pywin to install to my principal python instance but the installer will not let me select this python instance or modify the auto-windows-magically detected installation path (for some reason this is the Zope version). Please please give the user control over the installation path for pywin. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2005-09-23 08:47 Message: Logged In: YES user_id=14198 Unfortunately the installer package we use is not capable of asking where to install. The problem is that Zope has changed the Python entries in your registry. If you open: HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.3\InstallPatch And reset it to point at the top of your real Python install (eg, "C:\Python23"), the installation should succeed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1296130&group_id=78018 |