[EMAIL PROTECTED] wrote:

NameError: name 'socket' is not defined

You forgot to import the socket module:

import socket

regards,
Achim
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to