Jon Travis
jtravis at cse.unl.edu
Thu Jul 13 17:01:19 EST 2000
I don't know if it is inappropriate to post this, but: Another project that already allows embedded Python is the mod_snake project @ http://modsnake.sourceforge.net -- Jon > 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 >
|