Re: [Tutor] running python program on Linux Virtual Server - Plesk?

2009-09-03 Thread Christian Witts
Michael Yang wrote: Hi Everyone, I'm new to programming and to python. I have a program I want to run on my Media Temple Virtual Server (dv) - Linux. which has the latest Plesk 9 virtuozzo installed. Ultimately I want it to run the program (main.py) on a scheduled basis. How do I do

Re: [Tutor] running python program on Linux Virtual Server - Plesk?

2009-09-03 Thread Christian Witts
Michael Yang wrote: thanks. so this would run my script on a schedule i specify. And its a set it and forget it deal. but if i want to view the output of the program (ie. the program has various print statements to show program's status), how would I do this while its running the job?

[Tutor] running python program on Linux Virtual Server - Plesk?

2009-09-02 Thread Michael Yang
Hi Everyone, I'm new to programming and to python. I have a program I want to run on my Media Temple Virtual Server (dv) - Linux. which has the latest Plesk 9 virtuozzo installed. Ultimately I want it to run the program (main.py) on a scheduled basis. How do I do this? Thanks! -Mike