Re: Is there any pure python webserver that can use FCGI

2006-05-14 Thread Miki
Hello llothar, IIRC trac (http://www.edgewall.com/trac/) is pure python, have a web server and support FCGI HTH, Miki -- http://mail.python.org/mailman/listinfo/python-list

Is there any pure python webserver that can use FCGI

2006-05-12 Thread llothar
Hello, as the subject says, for an embedded application i need a 100% pure python webserver that can talk to a FCGI process (which runs ruby on rails). Of couse it also must be able to use simple CGI. Please don't ask why i want a python webserver for a ruby application. I just need it. -- htt