PyWebGUI will bring it's own HTTPServer within, which
is based on the CGIHTTPServer interface which comes
along with standard Python. The GUI itself will be based
on python cgi-scripting, so you can choose to let it
run on your normal WebServer like Apache or whatever.
Because it will be based on HTML-Templates, you will
be able to make your own skins in your own language.
|