[Tutor] Running a script in the background

Michael Lewis mjolewis at gmail.com
Sun Sep 2 06:00:07 CEST 2012


> For windows not sure but for osx just add an & after the command.
>
> python myscript.py &
>

Thanks, but I know about that. I should have been more clear. What I want
to do is have the script run in the background without even seeing the
terminal. Adding the & after the command will let do other things, but the
terminal still needs to be open. Once the program is running, I don't want
either the terminal or the interpreter displayed.

Thanks again.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120901/6c51faf2/attachment.html>


More information about the Tutor mailing list