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

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Thu Feb 2 22:05:06 EST 2012


On 01:43 am, yueyoum at gmail.com wrote:
>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.

Services are only started if they're added to the application object. 
Did you use setServiceParent to make the application object the parent 
of your service?

Jean-Paul



More information about the Twisted-Python mailing list