
March 18th, 2008, 07:20 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
PyNoAppError: The wx.App object must be created first!
When I try to start an application from IDLE(Python GUI), or even from
PythonWin, after having modified it, I often get the error message
"PyNoAppError: The wx.App object must be created first!". But the same
application runs smoothly if I start it from another IDLE window, because my
code already invoked wx.App().MainLoop().
I realize this is just a menial nuisance, and there are worse troubles in
life, but does anybody knows a way to avoid it?
|