Handling states with HTTP
John J. Lee
jjl at pobox.com
Thu Dec 18 14:29:51 EST 2003
More information about the Python-list mailing list
Thu Dec 18 14:29:51 EST 2003
- Previous message (by thread): Calling a function in __main__ from a module?
- Next message (by thread): Handling states with HTTP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fred Murray <vxg49 at yahoo.com> writes: > I've been looking around for a utility that will let me do something like this: [...] > like Albatross seem to require class definitions for each page, which isn't > as natural or convenient as treating an HTML form as an input function (like > raw_input()). > > If anyone knows if anything like this is available, thanks for letting me know! Christian Tismer has just written something like this (the only thing like it in Python, AFAIK)! Search back in recent c.l.py messages on Google Groups. It's based on Zope, and I'm not sure if he's even released the code yet. John
- Previous message (by thread): Calling a function in __main__ from a module?
- Next message (by thread): Handling states with HTTP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list