HTTPserver like in the pydocgui ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • WmGill

    HTTPserver like in the pydocgui ?

    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


Working...