[EMAIL PROTECTED] wrote:
> I wrote a small class today at work playing with sockets in command
> line windows. When attempting to call the handle function, I get a
> TypeError. "Unbound method handle() must be called with connection
> instance as first argument (got nothing instead). Any suggest
In <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> I wrote a small class today at work playing with sockets in command
> line windows. When attempting to call the handle function, I get a
> TypeError. "Unbound method handle() must be called with connection
> instance as first argument (got nothin