Hi, all I'm a new guy for twisted, I just study the example of finger14.tac at this page : http://twistedmatrix.com/documents/current/core/howto/tutorial/protocol.html
But, *startService* not called when program running. Please help, thanks. Code like bellow: class FingerService(service.Service): ... def startService(self): print 'start service' self.test_call() service.Service.startService(self) Noting output ,and test_call() not called.
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python