When installing pywin32 (with pywin32-214.win32-py2.6.exe) on Windows Server 2008 R2 64 bit, the installation goes well if run with a user in 'Administrators' group but fails if run with pure Administrator, giving the following message on last screen:
close failed in file object destructor
Error in sys.excepthook:
The original exception was:
(so, no message at all)
Have you any idea on why Administrator fails?
By the way, this is the message when all goes well:
Copied pythoncom26.dll to C:\Windows\SysWOW64\pythoncom26.dll
Copied pywintypes26.dll to C:\Windows\SysWOW64\pywintypes26.dll
Registered: Python.Interpreter
Registered: Python.Dictionary
Registered: Python
-> Software\Python\PythonCore\2.6\Help[None]=None
-> Software\Python\PythonCore\2.6\Help\Pythonwin
Reference[None]='C:\inspiring\Python26\Lib\site-packages\PyWin32.chm'
Pythonwin has been registered in context menu
Creating directory C:\inspiring\Python26\Lib\site-packages\win32com\gen_py
Shortcut for Pythonwin created
Shortcut to documentation created
The pywin32 extensions were successfully installed.