HTTPserver like in the pydocgui ?

WmGill wmgill at wmgill.com
Wed Nov 5 11:13:01 EST 2003


I'm new to Python, and am dabbling with it to replace a lot of scattered
scripts & programs.

One thing I want to try is an HTTPserver like in the pydocgui module.  This
way I can use html to create a user interface to an interactive script (i.e.
for access to a MySQL db).  Unfortunately, I get lost trying to follow a
2100 line script.  Best I can figure tk provides the thread & loop to keep
things running, but I'm not familiar enough with either tk or python yet.

Does anyone have a simple example, or block diagram of the tk / python
employed?

Any help is appreciated.

Bill






More information about the Python-list mailing list