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.

link|improve this question

71% accept rate
1  
ActivePython already includes PyWin32 - have you tried it? – Sridhar Ratnakumar Apr 3 '11 at 18:45
No, I'll have a look on it. Thanks – Don Apr 4 '11 at 6:02
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.