[PIPython] ereditarietà e metodi ridefiniti

Andrea Cerisara andreacerisara
Ven 19 Nov 2004 15:16:54 CET


Il giorno lun, 25-10-2004 alle 09:45 +0200, tiziano @ work ha scritto:
> non è che l'eccezione te la da per 'self.server', che non mi pare definito?

Guarda questa prova. La stessa istruzione del metodo debug() l'ho messa
in handle():

File "/usr/lib/python2.3/SocketServer.py", line 521, in __init__
    self.handle()
File "/home/andrea/Scripts/Knock/KnockHandler.py", line 21, in handle
    print "..container " + str(self.container);
AttributeError: KnockHandler instance has no attribute 'container'






More information about the Python mailing list