Re: [python-win32] PyGUI blobedit creashes with pywin32-214 but not 212 - traceback - related problems

2010-10-21 Thread Robert
Roger Upole wrote: Robertkxrobe...@googlemail.com wrote in message news:i9kmoi$cl...@dough.gmane.org... B) a oneliner with just import wx crashes hard with F5 in Pythonwin IDE build 214/py2.6 - but not in build 212 (ntdll.dll) AppName: pythonwin.exe AppVer: 2.6.214.0 ModName: ntdll.dll

Re: [python-win32] PyGUI blobedit creashes with pywin32-214 but not 212 - traceback - related problems

2010-10-21 Thread Greg Ewing
Roger Upole wrote: The resource is actually in win32ui.pyd, rather than in Pythonwin itself. I've just verified that this method works from plain python.exe. That's great news! I thought I had already tried something very much like what you suggested, but maybe I hadn't hit upon the right

Re: [python-win32] PyGUI blobedit creashes with pywin32-214 but not 212 - traceback - related problems

2010-10-21 Thread Greg Ewing
Roger Upole wrote: You instantiate the MFC view object without a document, but in order to actually create a window and do anything useful with it, it needs a valid document. Are you absolutely sure about that? At the MFC level, I can't see anything to stop you from instantiating a CView and

Re: [python-win32] PyGUI blobedit creashes with pywin32-214 but not 212 - traceback - related problems

2010-10-21 Thread Roger Upole
Greg Ewing wrote: Roger Upole wrote: You instantiate the MFC view object without a document, but in order to actually create a window and do anything useful with it, it needs a valid document. Are you absolutely sure about that? At the MFC level, I can't see anything to stop you from