Re: Question about an application

2010-01-04 Thread Steve Holden
rieh25 wrote: [top-posting corrected] >> On Jan 4, 2010, at 12:50 AM, rieh25 wrote: >> >>> I am thinking of installing a python webserver I coded in every >>> computer at >>> my work. This would allow me to run specific tasks in them, like >>> creating >>> backups, installing things, etc. Is

Re: Question about an application

2010-01-03 Thread r0g
rieh25 wrote: > Thanks, I had forgotten about it. I'll investigate if there are ways to > automate using it to run programs in several computers at the same time. > > > Rodrick Brown wrote: >> Take a look at ssh >> There are. Take a look at paramiko if you want to interface with SSH within pyth

Re: Question about an application

2010-01-03 Thread rieh25
Thanks, I had forgotten about it. I'll investigate if there are ways to automate using it to run programs in several computers at the same time. Rodrick Brown wrote: > > Take a look at ssh > > Sent from my iPhone 3GS. > > On Jan 4, 2010, at 12:50 AM, rieh25 wrote: > >> >> I am thinking of i

Re: Question about an application

2010-01-03 Thread rodrick brown
Take a look at ssh Sent from my iPhone 3GS. On Jan 4, 2010, at 12:50 AM, rieh25 wrote: I am thinking of installing a python webserver I coded in every computer at my work. This would allow me to run specific tasks in them, like creating backups, installing things, etc. Is there another w