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

Reply via email to