Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using python to deploy software

2 views
Skip to first unread message

se...@yahoo.com

unread,
Dec 28, 2004, 11:40:27 PM12/28/04
to
Has anyone used python to deploy (non-python) software on a Windows
network?

Anand

unread,
Dec 29, 2004, 1:04:41 AM12/29/04
to
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 the project page of pyro at
http://pyro.sourceforge.net/projects.html .

-Anand

se...@yahoo.com

unread,
Dec 29, 2004, 8:17:07 AM12/29/04
to
Sounds interesting.

Do you know if he/she would be willing to share the code?

se...@yahoo.com

unread,
Dec 29, 2004, 1:35:41 PM12/29/04
to
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.

it's me

unread,
Dec 30, 2004, 4:02:25 AM12/30/04
to
pyro is most intriguing! Thanks for the information.

"Anand" <abpi...@gmail.com> wrote in message
news:1104300281.8...@f14g2000cwb.googlegroups.com...

Anand

unread,
Jan 5, 2005, 8:16:04 AM1/5/05
to
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 headway, mail me and I can give you his
email address.

Rgds

-Anand

0 new messages