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 ? -- http://mail.python.org/mailman/listinfo/python-list