[pywin32-bugs] [ pywin32-Bugs-2962078 ] build 214: crash of Menu/Edit/Replace
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2010-10-23 04:28:08
|
Bugs item #2962078, was opened at 2010-03-03 05:10 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2962078&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: 6 Private: No Submitted By: kxroberto (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: build 214: crash of Menu/Edit/Replace Initial Comment: happens with Menu/Edit/Replace (Ctrl-H) permanently: PythonWin 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] on win32. Portions Copyright 1994-2008 Mark Hammond - see 'Help/About PythonWin' for further copyright information. >>> Traceback (most recent call last): File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\scintilla\view.py", line 358, in OnCmdEditReplace find.ShowReplaceDialog() File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\scintilla\find.py", line 39, in ShowReplaceDialog _ShowDialog(ReplaceDialog) File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\scintilla\find.py", line 50, in _ShowDialog curDialog = dlgClass() File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\scintilla\find.py", line 162, in __init__ dialog.Dialog.__init__(self,self._GetDialogTemplate()) File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\mfc\dialog.py", line 33, in __init__ dlg=win32ui.CreateDialogIndirect(id) SystemError: C:\sf\python\dist23\src\Objects\longobject.c:240: bad argument to internal function win32ui.error: Error in Command Message handler for command ID 57641, Code 0 (seems to be not with py2.5) ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2010-10-23 15:28 Message: Fixed: Checking in win32/src/win32dynamicdialog.cpp; new revision: 1.7; previous revision: 1.6 Checking in CHANGES.txt; new revision: 1.63; previous revision: 1.62 ---------------------------------------------------------------------- Comment By: kxroberto (kxroberto) Date: 2010-09-27 19:08 Message: patch attached ---------------------------------------------------------------------- Comment By: kxroberto (kxroberto) Date: 2010-09-02 16:57 Message: reproduced with another py2.3.5 session. not with py2.6 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2962078&group_id=78018 |