hide python window

Luis Armendariz luis at geodynamics.org
Fri May 26 10:16:45 EDT 2006


Bell, Kevin wrote:
> When I run a script, how can I make it run in the background?  I don't
> want to see the command window because it runs all day.  I'm on
> windows...
> 
> 

Hi Kevin,

Rename your kevin_script.py to kevin_script.pyw (so that it runs with
pythonw.exe instead of python.exe).

-Luis



More information about the Python-list mailing list