[EMAIL PROTECTED] a écrit : > Hi folks, I have accomplished to make a python program that make some > image manipulation to bmp files. > I now want to provide this program as a web service. A user can visit a > site and through a web interface he should upload the file to the web > server , the server then will do the image process with the python > program I have wrote and when it finish the user must get the image > file back . > > 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 ?
Unless you have other compelling reasons to use Zope, you would be better IMHO with either CGI, apache+mod_python, or a standalone Python web server like CherryPy. -- http://mail.python.org/mailman/listinfo/python-list