Re: [Tutor] AttributeError - ChatServer

2006-01-27 Thread Alan Gauld
> 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

Re: [Tutor] AttributeError - ChatServer

2006-01-26 Thread John Fouhy
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

[Tutor] AttributeError - ChatServer

2006-01-26 Thread Bob Hinkle
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