0

Hopefully a simple answer. I have a console python program compiled to exe writing information constantly to the terminal, but half way through the script I'd like the terminal to hide but for the program to continue on hidden.

Is there a quick fix for this or is this more complicated then it seems? Any help is appreciated! Thanks!

1
  • 1
    Which platform, Windows? Commented Nov 20, 2011 at 22:55

1 Answer 1

4

I don't think there is a quick fix for this.

You could start without a window, fire up a subprocess with a console, and terminate that process when you want the console to go away.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.