Socket Error

Achim Domma (Procoders) domma at procoders.net
Thu Apr 14 14:49:01 EDT 2005


kingofearth.com at gmail.com wrote:

> NameError: name 'socket' is not defined

You forgot to import the socket module:

import socket

regards,
Achim



More information about the Python-list mailing list