> PicklingError: Can't pickle <built-in method recvfrom_into of > _socket.socket object at 0xb7ac5170>: it's not found as > __main__.recvfrom_into
Looks like this is not going to be possible. You'd be trying to pickle a socket, which, good luck doing that. Why do you want to do this anyway (echoing above)? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
