Threading - will threads run in parallel?

Jarek Zgoda jzgoda at o2.usun.pl
Tue Feb 28 14:59:58 EST 2006


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/



More information about the Python-list mailing list