Advice on sending images to clients over network

Frank Millman frank at chagford.com
Mon Jul 23 01:10:31 EDT 2007


Frank Millman wrote:
> Hi all
>
> This is not strictly a Python question, but as the system to which
> relates is written in Python, hopefully it is not too off-topic.
>
[...]
> I now want to add the capability of displaying images on the client.
> For example, if the application deals with properties, I want to
> display various photographs of the property on the client. wxPython is
> perfectly capable of displaying the image. My question is, what is the
> best way to get the image to the client?
>

Thanks for all the responses.

The verdict seems unanimous - use http.

Thanks for pointing me in the right direction.

Frank




More information about the Python-list mailing list