[pywin32-bugs] [ pywin32-Bugs-1449453 ] IDE: AttributeError: butAcrossFiles
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-03-14 09:38:11
|
Bugs item #1449453, was opened at 2006-03-14 10:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1449453&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: Open Resolution: None Priority: 5 Submitted By: kxroberto (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: IDE: AttributeError: butAcrossFiles Initial Comment: build205 / py2.3.5 : >>> Traceback (most recent call last): File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\scintilla\find.py", line 169, in OnInitDialog self.butKeepDialogOpen = self.GetDlgItem(115) win32ui: Internal error - existing object has type 'PyCWinThread', but 'PyCButton' was requested. win32ui: OnInitDialog() virtual handler (<bound method FindDialog.OnInitDialog of <pywin.scintilla.find.FindDialog instance at 0x01555828>>) raised an exception Traceback (most recent call last): File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\scintilla\find.py", line 209, in OnFindNext if self.DoFindNext() != FOUND_NOTHING and not self.butKeepDialogOpen.GetCheck(): File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\scintilla\find.py", line 201, in DoFindNext params.acrossFiles = self.butAcrossFiles.GetCheck() File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\mfc\object.py", line 18, in __getattr__ return getattr(o, attr) AttributeError: butAcrossFiles win32ui: Error in Command Message handler for command ID 109, Code 0 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1449453&group_id=78018 |