I'm using PythonWin and it seems to keep crashing if I run my wxPython
script once or twice. The behaviour is as follows. Hopefully someone
can clue me in as to what I'm doing wrong if anything.
I load my script and run it. It runs no problem. I then close the
program and edit my script some more and then run it again. This time
the menu works, but the dialogs that I'm creating (including a simple
wxMessageBox 'about' box) do not launch. The program doesn't respond
to cancelling the window but the menus still work. The only way to
close it is to hit the reload button in the IDE. The next time I run
the script the IDE crashes. It closes and then I reload Pythonwin and
run my script fine again (that is, until I edit and re-run again).
Am I doing something wrong here?