On Wed, 16 Oct 2002, Rob Hudson wrote: > Is there a mod_python for apache?
Yes, but it's not the only thing out there. in addition to mod_snake and mod_python which are both fairly straightforward apache modules that embed a python interpreter in apache there are couple of things that aren't like mod_perl at all. Check out Zope which is an object-oriented standalone application server that can do all sorts of templating and database retrieval things. http://zope.org Or if you are looking for a more unix-y industrial strength framework for building applications for the web, look at Webware http://webware.sf.net Webware is gearing up for another release here sometime soon. -- http://www.efn.org/~laprice ( Community, Cooperation, Consensus http://www.opn.org ( Openness to serendipity, make mistakes http://www.efn.org/~laprice/poems ( but learn from them.(carpe fructus ludi) _______________________________________________ Eug-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug
