Python web service ...

nicolasg at gmail.com nicolasg at gmail.com
Sat Aug 26 07:07:35 EDT 2006


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 ?




More information about the Python-list mailing list