Python web service ...

Jorge Vargas jorge.vargas at gmail.com
Mon Aug 28 17:59:13 EDT 2006


On 26 Aug 2006 04:07:35 -0700, nicolasg at gmail.com <nicolasg at gmail.com> wrote:
> 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 ?

is that webservice or webserver?
if webservice try ZSI of it's a webserver why don't you try CherryPy?
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list