<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> exchange. I am looking for a quick-n-dirty approach, upon which I can > certainly expand by further reading Python documentation. Also, if > anyone can recommend an online resource for learning more about TCP/IP > and the like (a programmer's view of it), I would be very grateful. You can sidestep the issue somewhat by using XML-RPC. The Client and the Server is part of Pythons standard libraries. -- http://mail.python.org/mailman/listinfo/python-list
