Bugs item #3276421, was opened at 2011-04-06 02:36
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3276421&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: Duplicate
Priority: 5
Private: No
Submitted By: Todd Whiteman (twhiteman)
Assigned to: Nobody/Anonymous (nobody)
Summary: pywin32-216 install error for Python 3.2
Initial Comment:
After installing "pywin32-216.1.win32-py3.2.exe" for Python 3.2 (32-bit), on Windows 7 (64-bit) I see the following error at the end of Pywin32 installer (though it appears to have completed the installation, as it finished the byte compiling to .pyc and .pyo beforehand).
Note: This was a completely clean installation (directly after installing Python-3.2.msi).
Error details:
Traceback (most recent call last):
File "<string>", line 604, in <module>
File "<string>", line 332, in install
File "<string>", line 15, in write
AttributeError: 'NoneType' object has no attribute 'write'
Exception AttributeError: "'NoneType' object has no attribute 'flush'" in <__main__.Tee object at 0x04B0E250> ignored
Note: I cannot run Pythonwin.exe after installing - as an alert dialog appears with "The application can not locate win32ui.pyd (or Python) (126). The specified module could not be found", so perhaps the installer didn't actually work correctly...
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2011-04-22 14:40
Message:
hrmph - still no closer to understanding this, but closing this as a dupe
of issue 3192904
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3276421&group_id=78018
|