[Tutor] (no subject)

2007-09-07 Thread Lawrence Barrott
using the built in function "open" how do you specify non local files such as the C: drive without copying the program there thanks___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Running other files

2007-09-10 Thread Lawrence Barrott
is it possible to run other non-python files using python such as .exe or other files. Thanks, Lawrence___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Daemonizing Scripts

2008-01-13 Thread Lawrence Barrott
>>Hello,How can a make a python script run in "deamon mode"? (on a linux >>box)That is, I want to run the program via "python myfile.py" and have it >>drop me back to the command line. The program should continue running until >>I kill it via it's PID, the machine shuts >>down, or the p