[Twisted-Python] Re : executing .rpy in a thread

Andrew Bennetts andrew-twisted at puzzling.org
Wed Sep 17 21:17:12 EDT 2003


On Wed, Sep 17, 2003 at 05:16:46PM -0700, Ray Price wrote:
> How would I create a .tap file to execute the example below?
> 
> On Tue, 2003-09-16 at 12:20, Bob Ippolito wrote:
[...]
> > reactor.run()

It calls reactor.run, so you can't use twistd on this file.  Just run it
directly, it's an ordinary Python script.

-Andrew.





More information about the Twisted-Python mailing list