> AttributeError: ChatServer instance has no attribute 'decriptors'
Read the error carefully - a typo maybe?
Alan G.
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
On 27/01/06, Bob Hinkle <[EMAIL PROTECTED]> wrote:
> While following a tutorial on how to create a simple chat server I stumbled
> upon this problem:
> AttributeError: ChatServer instance has no attribute 'decriptors'
Hi Bob,
Attributes are things like methods or variables that are "attached" to
While following a tutorial on how to create a simple chat server I stumbled upon this problem:
AttributeError: ChatServer instance has no attribute 'decriptors'
here is my code:
#...
import socket
import select
class