Donn Ingle <[EMAIL PROTECTED]> writes: > Okay, that's a good start. Thanks, I'll go for a python starts wxpython > thing with os.wait() to sniff the outcome.
You may have to roll your own fork/exec to start the wxpython, instead of using popen or the subprocess module. I'm not terribly conversant in those modules but they may start a shell which would isolate your program from the wxpython exit code. -- http://mail.python.org/mailman/listinfo/python-list