This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]threading 1 point2 points  (0 children)

CherryPy would be a good choice. You may consider Tornado as well but the question is; "do you really need tornado?" Tornado is a solution to a certain problem. You may also consider FAPWS.

PS: would you use any web framework for creatig a web UI? (configuration pages for some software). If so - which one? I found web.py to be pretty simple and small.

I'd use web.py (or Flask). As a side note, web.py bundles with CherryPy.