Surely this is possible? I have been hunting through PyQt tutorials and documentation but cannot find the answer to it. Probably I just need to phrase my search query differently.
[Edit]
Thanks PEZ for the answer – more details including use of the .pyw extension in Python Programming on Win32 chapter 20
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
I think you should be able to run your app with pythonw.exe.
Method 2
An easy way to do this is to give your script a .pyw extension instead of the usual .py.
This has the same effect as PEZ’s answer (runs the script using pythonw.exe).
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0