Bugs item #990048, was opened at 2004-07-13 04:18
Message generated for change (Comment added) made by jaraco
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=990048&group_id=78018
Category: installation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kerim Borchaev (warkid)
Assigned to: Nobody/Anonymous (nobody)
Summary: pywin32-202.win32-py2.4.exe: Postinstall script failure.
Initial Comment:
This is how it fails:
Creating .PTH file C:\Python24\pywin32.pth
Copied pythoncom24.dll to C:\WINDOWS\System32
\pythoncom24.dll
Copied pywintypes24.dll to C:\WINDOWS\System32
\pywintypes24.dll
Registered: Python.Interpreter
Registered: Python.Dictionary
Traceback (most recent call last):
File "C:\Python24\Scripts\pywin32_postinstall.py", line
313, in ?
install()
File "C:\Python24\Scripts\pywin32_postinstall.py", line
210, in install
SetPyKeyVal("Help", None, None)
File "C:\Python24\Scripts\pywin32_postinstall.py", line
97, in SetPyKeyVal
root_hkey = get_root_hkey()
NameError: global name 'get_root_hkey' is not defined
*** run_installscript: internal error 0xFFFFFFFF ***
#####################################
I've uninstalled previous version of pywin32 and Python
before installing pywin32-202.
I'm using Python2.4a1
----------------------------------------------------------------------
Comment By: Jason R. Coombs (jaraco)
Date: 2004-08-02 11:29
Message:
Logged In: YES
user_id=599869
I received the same error. I was installing to a Windows XP
SP1 with no version of Python ever installed.
----------------------------------------------------------------------
Comment By: Jaros³aw Zabie³³o (zbiru)
Date: 2004-07-22 13:02
Message:
Logged In: YES
user_id=309001
I uninstalled previous version of Python, PythonWin and all
pythonic stuff. The same problem appears for Windows 2003
Server:
Creating .PTH file C:\opt\Python24\pywin32.pth
Copied pythoncom24.dll to C:\WINDOWS\system32\pythoncom24.dll
Copied pywintypes24.dll to C:\WINDOWS\system32\pywintypes24.dll
Registered: Python.Interpreter
Registered: Python.Dictionary
Traceback (most recent call last):
File "C:\opt\Python24\Scripts\pywin32_postinstall.py",
line 313, in ?
install()
File "C:\opt\Python24\Scripts\pywin32_postinstall.py",
line 210, in install
SetPyKeyVal("Help", None, None)
File "C:\opt\Python24\Scripts\pywin32_postinstall.py",
line 97, in SetPyKeyVal
root_hkey = get_root_hkey()
NameError: global name 'get_root_hkey' is not defined
*** run_installscript: internal error 0xFFFFFFFF ***
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=990048&group_id=78018
|