On Wed, Oct 1, 2008 at 5:02 PM, Chris Rebert <[EMAIL PROTECTED]> wrote:
> Run your script using pythonw.exe instead of python.exe ; it doesn't open a
> console window and exists for this exact purpose.

In particular, you can just rename your script from "myscript.py" to
"myscript.pyw".  Then when you double click on it, it will be run with
pythonw.exe instead of python.exe.

-- 
Jerry
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to