How Do I Hide The Console Window For My App?
Possible Duplicate: How can I hide the console window in a PyQt app running on Windows? I've made a simple app that opens a QWebView but in addition to the app window Windows co
Solution 1:
Use pythonw.exe instead of python.exe
Post a Comment for "How Do I Hide The Console Window For My App?"