pythonwin crash (used to work) - please help quick.

Paul Prescod paul at prescod.net
Mon Apr 12 00:13:03 EDT 2004


Stevie_mac wrote:

> OS=XP, Python 2.3, wx2.5.1.5u
> Not sure what's to blame here - or to be more precise, how to fix it!...
> 
> If I do this in PythonWin...
> import wx
> d = wx.Dialog(None, -1, 'title')
> BANG - IDE crashes

It typically doesn't work to have two GUIs in one process. PythonWin 
uses MFC. Wx is a totally different GUI.

  Paul Prescod






More information about the Python-list mailing list