[pywin32-bugs] [ pywin32-Bugs-1168575 ] makepy crashes pythonwin
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-03-08 23:47:30
|
Bugs item #1168575, was opened at 2005-03-22 13:41 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1168575&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: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Matthew Harelick (mharelick) Assigned to: Nobody/Anonymous (nobody) Summary: makepy crashes pythonwin Initial Comment: Makepy crashes pythonwin when attempting to make the python com for Microsoft Excel 10.0 library. OS: Microsoft XP Professional "Error Signature" information AppName: pythonwin.exe ModVer: 5.1.2600.2180 AppVer: 0.0.0.0 Modname: ntdlldll Offset: 00011e58 Here is the version information from the pythonwin prompt: PythonWin 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)] on win32. ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2007-03-08 18:47 Message: Logged In: YES user_id=771074 Originator: NO This was due to a Python bug triggered by long lines of code. It's since been fixed in Python itself, and makepy has also been changed to output shorter lines. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1168575&group_id=78018 |