Re: Using python to deploy software

2005-01-05 Thread Anand
Hmm... did not watch this thread. Regarding sharing code, well I am sure you will be able to quickly produce some working client/server using Pyro for doing your task. Pyro makes it very easy to do RMI due to its network broadcast way of querying the name server. If you are not able to make any h

Re: Using python to deploy software

2004-12-30 Thread it's me
pyro is most intriguing! Thanks for the information. "Anand" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I haven't but one of my friends have used Pyro (Python Remote Objects) > to do so. > > You basically need to write a custom Pyro server and run it on a > central machine. You

Re: Using python to deploy software

2004-12-29 Thread secun
Would the pyro client need to be installed as a service on the machine so it could run the installer as the system acct? Otherwise, it would run with the current user's credentials. Anand wrote: > I haven't but one of my friends have used Pyro (Python Remote Objects) > to do so. > > You basically

Re: Using python to deploy software

2004-12-29 Thread secun
Sounds interesting. Do you know if he/she would be willing to share the code? Anand wrote: > I haven't but one of my friends have used Pyro (Python Remote Objects) > to do so. > > You basically need to write a custom Pyro server and run it on a > central machine. Your pyro clients can be install

Re: Using python to deploy software

2004-12-28 Thread Anand
I haven't but one of my friends have used Pyro (Python Remote Objects) to do so. You basically need to write a custom Pyro server and run it on a central machine. Your pyro clients can be installed on the machines where the software need to be installed. For more details and similar ideas refer t