How to do create a very simple tac file ?
Ivan <[email protected]>
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <[email protected]> |
I have a very simple example:
from twisted.internet import protocol, utils, reactor
def start():
utils.getProcessOutputAndValue('sleep',['1000'])
reactor.callWhenRunning(start)
reactor.run()
How to create tac file for this example ?
_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web