ANN: Snakelets 1.1 (simple-to-use web app server with dynamic pages)

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Tue Aug 5 05:42:12 EDT 2003


Karl Scalet wrote:
> is there any support for cgi built into?

No, I especially designed Snakelets away from CGI:
it is inspired by Java's model of code-based request
handlers or HTML-based page templates (with Python
code embedded). No such thing as CGI scripts.

Perhaps you could be a bit more specific what you
want to do? If you want to use Ypages (for instance)
as CGI scripts, please don't...: there are much better
things out there (Spyce springs to mind) that *do*
have CGI support.

--Irmen

PS then again, the HTTP form POSTs are parsed by Python's
standard cgi module :-)





More information about the Python-list mailing list