Web front-end for python scripts

2005-01-26 Thread secun
I've written some python scripts to handle different tasks on my Windows network. I would like to have them accessible via a single web page (kind of like a dashboard) and have the scripts run on the server on which the web server resides (also a Windows box) This is an internal server only, but

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

Using python to deploy software

2004-12-28 Thread secun
Has anyone used python to deploy (non-python) software on a Windows network? -- http://mail.python.org/mailman/listinfo/python-list