I have the following situation: I have a program written in python that works with Gtk + webkit + flask. To run such a program I should log in to the CMD and type "python.py file" and it will starta my GUI application normally. Where according to use some debug messages are companies in the CMD terminal.
My question is this:
How to start my python application and "hide possible return from error in CMD "?
Something like rotating the terminal in the background.