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

Stevie_mac no.email at please.com
Sun Apr 11 13:01:01 EDT 2004


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


If I do this in PyShell...
import wx
d = wx.Dialog(None, -1, 'title')
d.ShowModal()
# Excellent - no problem!


Thing is, it used to work! So I reinstalled PythonWin & wxPython - but still No Good.



'******************* Errors when PythonWin crashes *************************
Faulting application pythonwin.exe, version 2.3.2.163, faulting module wxbase251uh_vc.dll, version 0.0.0.0, fault
address 0x0003560a.

Faulting application pythonwin.exe, version 2.3.2.163, faulting module mfc42.dll, version 6.0.8665.0, fault address
0x00001c65.





More information about the Python-list mailing list