SolaFide napisaƂ(a):

> The problem is on Windows: when I run c:\python24\myprogram.py, it has
> a command window open up. If I close it, the program ends. So I want it
> to run without opening that window.

Give it .pyw extension or start using pythonw.exe instead of python.exe.

-- 
Jarek Zgoda
http://jpa.berlios.de/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to