How to suppress a command window popping up.

What I found annoying was, that when I launched the python
program, somekind of command window opened first, before
opening the program window and it stayed until the program
finnished. Closing this window also terminated the program.

Can this be avoided?

Yes. On windows, there is a command 'pythonw' for precisely this
purpose, it runs python without a terminal. If you have a shortcut
to your wx application, change it in the shortcut. You can also run
pythonw from the command line for a form of "non-blocking" python.

ยทยทยท

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more