[BangPypers] how to remove command line window from python's application...

Pradeep Gowda pradeep at btbytes.com
Mon May 19 14:11:21 CEST 2008


On 19-May-08, at 8:08 AM, sarabhjeet wrote:

>
> Hi all,
> whenever we open any python/wxpython program there is one more  
> window other
> than our application is running which is command line window that  
> black
> window for showing any error or any output through print  
> statement.So i want
> to remove that window from my wxpython's application,how to do this? 
> please
>

Assuming that you are on windows:
-->  rename your main python script to .pyw
This will hide the shell when the script is executed.

HTH,
Pradeep


More information about the BangPypers mailing list