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

Stevie_Mac no.email at please.com
Mon Apr 12 05:54:23 EDT 2004


I think seen somthing like this on net somewhere when i was searching.

So if I understand this, a python GUI can't debug a script that uses code
from any other GUI implementation (like wx for example)?

If so, dang! Whats my options - different IDE - or - no debug!

wait, im sure when I tried to run the script direct (through python and
pythonw) it still bombed - but in pyShell it didn't - hows that?

Stevie_Mac :confused:


"Paul Prescod" <paul at prescod.net> wrote in message
news:mailman.537.1081743469.20120.python-list at python.org...
> 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