Hi...

How to hide this in pygtk?


Regards
Soorjith P

On Tue, May 20, 2008 at 3:30 PM, <[EMAIL PROTECTED]> wrote:

> Send BangPypers mailing list submissions to
>        bangpypers@python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://mail.python.org/mailman/listinfo/bangpypers
> or, via email, send a message with subject or body 'help' to
>        [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>        [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of BangPypers digest..."
>
>
> Today's Topics:
>
>   1. how to remove command line window from python's
>      application... (sarabhjeet)
>   2. Re: how to remove command line window from python's
>      application... (Pradeep Gowda)
>   3. Re: how to remove command line window from python's
>      application... (sarabhjeet)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 19 May 2008 05:08:47 -0700 (PDT)
> From: sarabhjeet <[EMAIL PROTECTED]>
> Subject: [BangPypers] how to remove command line window from python's
>        application...
> To: bangpypers@python.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii
>
>
> 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
> help me...
> --
> View this message in context:
> http://www.nabble.com/how-to-remove-command-line-window-from-python%27s-application...-tp17316657p17316657.html
> Sent from the BangPypers - Bangalore Python Users Group mailing list
> archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 19 May 2008 08:11:21 -0400
> From: Pradeep Gowda <[EMAIL PROTECTED]>
> Subject: Re: [BangPypers] how to remove command line window from
>        python's        application...
> To: Bangalore Python Users Group - India <bangpypers@python.org>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
>
> 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
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 19 May 2008 21:51:12 -0700 (PDT)
> From: sarabhjeet <[EMAIL PROTECTED]>
> Subject: Re: [BangPypers] how to remove command line window from
>        python's application...
> To: bangpypers@python.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii
>
>
>
>
> Pradeep Kishore Gowda-2 wrote:
> >
> >
> > 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
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers@python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
> >
> hi there,
> thanks yaar my query has been solved.
>
> --
> View this message in context:
> http://www.nabble.com/how-to-remove-command-line-window-from-python%27s-application...-tp17316657p17333190.html
> Sent from the BangPypers - Bangalore Python Users Group mailing list
> archive at Nabble.com.
>
>
>
> ------------------------------
>
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>
> End of BangPypers Digest, Vol 9, Issue 19
> *****************************************
>
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to