Hi...<br><br>How to hide this in pygtk?<br><br><br>Regards<br>Soorjith P<br><br><div class="gmail_quote">On Tue, May 20, 2008 at 3:30 PM,  &lt;<a href="mailto:bangpypers-request@python.org">bangpypers-request@python.org</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send BangPypers mailing list submissions to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:bangpypers@python.org">bangpypers@python.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://mail.python.org/mailman/listinfo/bangpypers" target="_blank">http://mail.python.org/mailman/listinfo/bangpypers</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:bangpypers-request@python.org">bangpypers-request@python.org</a><br>
<br>
You can reach the person managing the list at<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:bangpypers-owner@python.org">bangpypers-owner@python.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of BangPypers digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
 &nbsp; 1. how to remove command line window from python&#39;s<br>
 &nbsp; &nbsp; &nbsp;application... (sarabhjeet)<br>
 &nbsp; 2. Re: how to remove command line window from python&#39;s<br>
 &nbsp; &nbsp; &nbsp;application... (Pradeep Gowda)<br>
 &nbsp; 3. Re: how to remove command line window from python&#39;s<br>
 &nbsp; &nbsp; &nbsp;application... (sarabhjeet)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 19 May 2008 05:08:47 -0700 (PDT)<br>
From: sarabhjeet &lt;<a href="mailto:sarabhjeetzensar@gmail.com">sarabhjeetzensar@gmail.com</a>&gt;<br>
Subject: [BangPypers] how to remove command line window from python&#39;s<br>
 &nbsp; &nbsp; &nbsp; &nbsp;application...<br>
To: <a href="mailto:bangpypers@python.org">bangpypers@python.org</a><br>
Message-ID: &lt;<a href="mailto:17316657.post@talk.nabble.com">17316657.post@talk.nabble.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
Hi all,<br>
whenever we open any python/wxpython program there is one more window other<br>
than our application is running which is command line window that black<br>
window for showing any error or any output through print statement.So i want<br>
to remove that window from my wxpython&#39;s application,how to do this?please<br>
help me...<br>
--<br>
View this message in context: <a href="http://www.nabble.com/how-to-remove-command-line-window-from-python%27s-application...-tp17316657p17316657.html" target="_blank">http://www.nabble.com/how-to-remove-command-line-window-from-python%27s-application...-tp17316657p17316657.html</a><br>

Sent from the BangPypers - Bangalore Python Users Group mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 19 May 2008 08:11:21 -0400<br>
From: Pradeep Gowda &lt;<a href="mailto:pradeep@btbytes.com">pradeep@btbytes.com</a>&gt;<br>
Subject: Re: [BangPypers] how to remove command line window from<br>
 &nbsp; &nbsp; &nbsp; &nbsp;python&#39;s &nbsp; &nbsp; &nbsp; &nbsp;application...<br>
To: Bangalore Python Users Group - India &lt;<a href="mailto:bangpypers@python.org">bangpypers@python.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:F3F85D29-5245-469E-83A3-21157D1FE5E2@btbytes.com">F3F85D29-5245-469E-83A3-21157D1FE5E2@btbytes.com</a>&gt;<br>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed<br>
<br>
<br>
On 19-May-08, at 8:08 AM, sarabhjeet wrote:<br>
<br>
&gt;<br>
&gt; Hi all,<br>
&gt; whenever we open any python/wxpython program there is one more<br>
&gt; window other<br>
&gt; than our application is running which is command line window that<br>
&gt; black<br>
&gt; window for showing any error or any output through print<br>
&gt; statement.So i want<br>
&gt; to remove that window from my wxpython&#39;s application,how to do this?<br>
&gt; please<br>
&gt;<br>
<br>
Assuming that you are on windows:<br>
--&gt; &nbsp;rename your main python script to .pyw<br>
This will hide the shell when the script is executed.<br>
<br>
HTH,<br>
Pradeep<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 19 May 2008 21:51:12 -0700 (PDT)<br>
From: sarabhjeet &lt;<a href="mailto:sarabhjeetzensar@gmail.com">sarabhjeetzensar@gmail.com</a>&gt;<br>
Subject: Re: [BangPypers] how to remove command line window from<br>
 &nbsp; &nbsp; &nbsp; &nbsp;python&#39;s application...<br>
To: <a href="mailto:bangpypers@python.org">bangpypers@python.org</a><br>
Message-ID: &lt;<a href="mailto:17333190.post@talk.nabble.com">17333190.post@talk.nabble.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
<br>
<br>
Pradeep Kishore Gowda-2 wrote:<br>
&gt;<br>
&gt;<br>
&gt; On 19-May-08, at 8:08 AM, sarabhjeet wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi all,<br>
&gt;&gt; whenever we open any python/wxpython program there is one more<br>
&gt;&gt; window other<br>
&gt;&gt; than our application is running which is command line window that<br>
&gt;&gt; black<br>
&gt;&gt; window for showing any error or any output through print<br>
&gt;&gt; statement.So i want<br>
&gt;&gt; to remove that window from my wxpython&#39;s application,how to do this?<br>
&gt;&gt; please<br>
&gt;&gt;<br>
&gt;<br>
&gt; Assuming that you are on windows:<br>
&gt; --&gt; &nbsp;rename your main python script to .pyw<br>
&gt; This will hide the shell when the script is executed.<br>
&gt;<br>
&gt; HTH,<br>
&gt; Pradeep<br>
&gt; _______________________________________________<br>
&gt; BangPypers mailing list<br>
&gt; <a href="mailto:BangPypers@python.org">BangPypers@python.org</a><br>
&gt; <a href="http://mail.python.org/mailman/listinfo/bangpypers" target="_blank">http://mail.python.org/mailman/listinfo/bangpypers</a><br>
&gt;<br>
&gt;<br>
hi there,<br>
thanks yaar my query has been solved.<br>
<br>
--<br>
View this message in context: <a href="http://www.nabble.com/how-to-remove-command-line-window-from-python%27s-application...-tp17316657p17333190.html" target="_blank">http://www.nabble.com/how-to-remove-command-line-window-from-python%27s-application...-tp17316657p17333190.html</a><br>

Sent from the BangPypers - Bangalore Python Users Group mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
BangPypers mailing list<br>
<a href="mailto:BangPypers@python.org">BangPypers@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/bangpypers" target="_blank">http://mail.python.org/mailman/listinfo/bangpypers</a><br>
<br>
<br>
End of BangPypers Digest, Vol 9, Issue 19<br>
*****************************************<br>
</blockquote></div><br>