Silent python program

GADGIL PRASAD /INFRA/INFOTECH GADGILP at INFOTECH.ICICI.com
Wed May 30 05:03:56 EDT 2001


hi,

Can I make a standalone out of this .pyw to make a prog that runs in
background ?
If no, how to do that sort of thing ?

/prasad
-----Original Message-----
From: Pete Shinners [mailto:shredwheat at mediaone.net]
Sent: Wednesday, May 30, 2001 1:54 PM
To: python-list at python.org
Subject: Re: Silent python program


"Olav" <ovi at autronica.no> wrote
> Can anyone tell me how to run a python program in "background"
> on win32 platform.  I don't want any output to the screen.

the easiest way is to simply give it the ".PYW" extension.
when python installs it associates PYW with the "pythonw.exe"
this python executable is pretty much exactly the same as
"python.exe", except that it runs without a dos shell.




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


. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20010530/99c8392f/attachment.html>


More information about the Python-list mailing list