7
I have the following situation: I have a program written in python that works with Gtk + Webkit + flask. To run such program I must enter from CMD and type "python.py file" and it starts my GUI application normally. Where as usage some debug messages are companies at the CMD terminal.
My question is this::
How to start my python application and "hide possible return from CMD error"?
Something like running the terminal in the background.
But you need to do it from the terminal, getting, in this way, the return with the messages, which is exactly what is not desired by the question. Could explain better how your answer solves the problem described?
– Woss