> And here is quick workaround I found:
> # in ylib.py, line #30,
> # replace:
> hostlist = socket.gethostbyname_ex('scs.msg.yahoo.com')[2]
> # to:
> hostlist = socket.gethostbyname_ex('cn.scs.msg.yahoo.com')[2]This worked for me as well, thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "py-transports" 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/py-transports?hl=en -~----------~----~----~----~------~----~------~--~---
