[pywin32-bugs] [ pywin32-Bugs-3276421 ] pywin32-216 install error for Python 3.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2011-04-05 16:36:34
|
Bugs item #3276421, was opened at 2011-04-05 09:36 Message generated for change (Tracker Item Submitted) made by twhiteman 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: Open Resolution: None 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... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3276421&group_id=78018 |