Reputation:
I found this answers on Stackoverflow but nothing works for me
I'm trying to hide console window, on windows at least. But with solutions above still I have window open
The only difference maybe I have to mark, I run python application with process from C# application, but as I understand it can't be a reason of some key different if I write all directives from the python code. Now I'm not sure how to figure out
Upvotes: 0
Views: 1750
Reputation: 4366
You need to use the pythonw.exe
program as it won't open a terminal when ran.
Upvotes: 5