Socket Error
Achim Domma (Procoders)
domma at procoders.net
Thu Apr 14 14:49:01 EDT 2005
More information about the Python-list mailing list
Thu Apr 14 14:49:01 EDT 2005
- Previous message (by thread): Socket Error
- Next message (by thread): Socket Error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
kingofearth.com at gmail.com wrote: > NameError: name 'socket' is not defined You forgot to import the socket module: import socket regards, Achim
- Previous message (by thread): Socket Error
- Next message (by thread): Socket Error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list