[medusa] Asyncore's socket 'send' method not found?!

Sam Rushing rushing@n...
Fri, 18 May 2001 12:53:50 -0700


Weiss Blitz wrote:

> My Medusa server is crashing with the following error:
>
> (exceptions.AttributeError:send [asyncore.py|poll|79]

Just a guess, but I'd make sure you have only one copy of asyn{core,char}.py in your python path. This sounds a little like an accidental mixing of old
and new versions...

Another thing to double-check is that you've called the __init__ method of the parent class...

-Sam