[EMAIL PROTECTED] wrote: > My question is how difficult is to set up a web server that can run > python easy ? should I try ZOPE or there is something better in mind ?
I also second the suggestion of using Karrigell. It comes with its own built-in server, and the task would be as simle as writing the script and starting the server. If performance and scalability is an issue, you could try mod_python, which is an Apache module for running python, but this would require installing and configuring Apache and mod_python separately. luis -- http://mail.python.org/mailman/listinfo/python-list