Gregory Trubetskoy
grisha at modpython.org
Thu Jul 13 17:26:31 EST 2000
If that thing works reliably, then we can just put a pointer to it as a "recommended solution" for this sort of thing with mod_python on the website or the faq somewhere. -- Gregory (Grisha) Trubetskoy grisha at modpython.org On Thu, 13 Jul 2000, Geoff Talvola wrote: > One project that allows embedding of Python in HTML is WebWare for Python, which > has a Python Server Pages component. See http://webware.sourceforge.net/ for > details. > > WebWare is still in Alpha phase, but it looks quite useful already. It has a > number of nice features such as Session objects to automatically handle session > data, and the ability to write web applications in an object-oriented manner. > You can mix and match Python Server Pages with pages that are implemented as > Python classes. > > And it should work with mod_python on Linux -- I remember some messages on the > mailing list to that effect. I'm planning on trying to get it to work with > mod_python on Windows NT, which I don't think anyone has attempted yet. You can > also use it with plain old CGI (which will be slower) or FastCGI. > > -- > > > - Geoff Talvola > Parlance Corporation > gtalvola at NameConnector.com > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python >
|