I don't know how complicated that you want to get, but Zope has
built in support for a control panel with what are called portlets.
Each portlet can act as an individual sub-window on the control
panel.  You convert each of your individal scripts to a portlet
and plug them into a control panel page.

Larry Bates


Chris wrote:
I've written some python scripts to handle different tasks on my Windows network. I would like for them to be accessible via a single web page (kind of like a dashboard) but have the scripts run on the web server (also a Windows box).

Can anyone recommend a way (web server / language / method) of doing this?

Security is important since this page will be accessible inside the company, but only people with the appropriate user name / password should be able to run the scripts.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to