In message <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] wrote:

> What could cause the shell to be
> able to resolve the addresses properly, but not python?
> nnsswitch.conf ?

How did you test the name resolution in the shell--was it with "host"
or "ping"? I would recommend ping, because that would use the same C
runtime gethostbyname call that your Python code is trying to use.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to