O¿uz YarÑmtepe <[EMAIL PROTECTED]> writes: > Is it possible to send a data object like a tuple or a list in socket > programming? If so how? It seems with socket module it is only possible to > send strings.
Look into something like pyro or JSON. Whatever you do, don't use eval. -- http://mail.python.org/mailman/listinfo/python-list