what happens if I run .pyw file with python.exe, not pythonw.exe?
like : python main.pyw
what happens if I run .pyw file with python.exe, not pythonw.exe?
like : python main.pyw
It will actually work and won't produce any error.
The answers to this question will help pythonw.exe or python.exe?