t;, "copyright", "credits" or "license" for more information.
>>>> import Muffle_ZeroDivision
>>>> calc = Muffle_ZeroDivision.MuffledCalculator()
>>>> calc = ('10/2')
>>>> cal
ion
calc = Muffle_ZeroDivision.MuffledCalculator()
calc = ('10/2')
calc = Muffle_ZeroDivision.MuffledCalculator()
calc('10/2')
Traceback (most recent call last):
File "", line 1, in
AttributeError: MuffledCalculator instance has no __call__ method
---
lc = Muffle_ZeroDivision.MuffledCalculator()
>>> calc = ('10/2')
>>> calc = Muffle_ZeroDivision.MuffledCalculator()
>>> calc('10/2')
Traceback (most recent call last):
File "", line 1, in
AttributeError: MuffledCalculator instance has no __call__ method
--
ck (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 320, in
finish_request
self.RequestHandlerClass(request, client_address, self)
AttributeError: Negotiator instance has no __call__ method
class ServerNegotiat
tServer.py", line 320, in
finish_request
self.RequestHandlerClass(request, client_address, self)
AttributeError: Negotiator instance has no __call__ method
here's the handler and my server:
#server side negotiator
from message import message
from share