[Twisted-Python] help me on startService ( service.Service )

月忧茗 yueyoum at gmail.com
Thu Feb 2 20:43:14 EST 2012


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20120203/221ff0cf/attachment.htm 


More information about the Twisted-Python mailing list