Re: [Twisted-Python] twistd tap file are not created

2009-03-09 Thread Pet
On Mon, Mar 9, 2009 at 9:02 PM, Drew Smathers wrote: > On Mon, Mar 9, 2009 at 8:02 AM, Pet wrote: >> Hello, >> >> I'm trying an example from twisted book and when I run this: >> twistd -n reverse_app.py >> >> application works, but no .tap file is created >> > > Are you sure the book states you c

Re: [Twisted-Python] twistd tap file are not created

2009-03-09 Thread Drew Smathers
On Mon, Mar 9, 2009 at 8:02 AM, Pet wrote: > Hello, > > I'm trying an example from twisted book and when I run this: > twistd -n reverse_app.py > > application works, but no .tap file is created > Are you sure the book states you can build tap files with twistd? mktap is the program for that. No