[Tips]How to Avoid Python Running Console
Sunday, September 17, 2006 3:53:10 AM
When you running python executable file,it always activates a console window.Yesterday I found the solution in Python Bible 2.0,you should just simply modify the *.py files to *.pyw,so that will be no console when you execute it.



