Re: [Twisted-Python] question : use existing tac file with tap.

2013-11-17 Thread Sayid Munawar
Hi Bino, i _never_ write code using twisted (yet, i hope), but reading your question lead me to one (i think) example: https://github.com/praekelt/vumi/blob/develop/vumi/servicemaker.py#L174 hope it helps -- Sayid Munawar Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, 1

[Twisted-Python] question : use existing tac file with tap.

2013-11-11 Thread bino
Dear All. Currently I have a single '.tac' file that use MultiService() Ended with #Create Application print 'create application' application = service.Application("Serial MultiService Example") #Creating Multi Service multiService = service.MultiService() ... ... multiService.s