Silent python program

Simon Brunning SBrunning at trisystems.co.uk
Wed May 30 05:12:47 EDT 2001


> From:	ovi at autronica.no [SMTP:ovi at autronica.no]
> >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.
> 
> This works great, but I if I make a executable file with freeze.py - the 
> dos-shell still appears.
 
Try py2exe - <http://starship.python.net/crew/theller/py2exe/>. The
--windows flag allows you script to run 'consoleless'.

Cheers,
Simon Brunning
TriSystems Ltd.
sbrunning at trisystems.co.uk




-----------------------------------------------------------------------
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorised. If you are not the intended recipient, any disclosure,
copying, distribution, or any action taken or omitted to be taken in
reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot
accept liability for statements made which are clearly the senders own.




More information about the Python-list mailing list