Python without a tty

Steven D'Aprano steve+comp.lang.python at pearwood.info
Thu Sep 29 05:21:16 EDT 2011


I have a Python script which I would like to test without a tty attached 
to the process. I could run it as a cron job, but is there an easier way?

I am running Linux.



-- 
Steven



More information about the Python-list mailing list