[pywin32-bugs] [ pywin32-Bugs-1092592 ] win32ui: LoadFrame failed
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-12-29 09:09:19
|
Bugs item #1092592, was opened at 2004-12-29 09:09 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=1092592&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: marc412 (marc412) Assigned to: Nobody/Anonymous (nobody) Summary: win32ui: LoadFrame failed Initial Comment: I installed python-2.4.msi and pywin32-203.win32- py2.4.exe on a windows XP system. At the beginning, everything worked fine, until I started to use the debugger. Since then, pythonwin seems to be broken. I can't call it any more from the context menu, when selecting a python file in the windows explorer. Calling a file from the context menu, I am getting the error messages, attached below. A reinstallation had no effect. No effect as well as when I used pywin32- 202.win32-py2.4.exe, i.e. build no 202 instead of 203. >>> Traceback (most recent call last): File "C:\Python24\Lib\site- packages\pythonwin\pywin\mfc\docview.py", line 91, in CreateNewFrame wnd.LoadFrame(self.GetResourceID(), -1, None, context) # triggers OnCreateClient... win32ui: LoadFrame failed win32ui: CreateNewFrame() virtual handler (<bound method SyntEditTemplate.CreateNewFrame of <pywin.framework.editor.color.coloreditor.SyntEditTempla te instance at 0x01153530>>) raised an exception TypeError: PyCTemplate::CreateNewFrame must return a PyCFrameWnd object. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1092592&group_id=78018 |