alex23 u were right with ur suspicion about the RPCGateway, i hadn't
seen that there were attributes with the names db, uid, and password
already set. I resolved the issue by simply giving the attributes
different names :P
the problem with the slots wasn't going to occur since i was talking
about
Hi there,
i'm new to Python, and i don't understand why following exception
occurs in this code:
class NETRPCGateway(RPCGateway):
"""NETRPC Implementation.
"""
def __init__(self, host, port):
self.host = host
self.port = port
super(NETRPCGateway, self).__init_