Re: [Twisted-Python] Beginner's question about names and callbacks

2009-01-27 Thread Adan Broderick
Fantastic, that is exactly what I was looking for. Thank you very much for helping me. On Mon, Jan 26, 2009 at 1:46 AM, Tim Allen wrote: > On Mon, Jan 26, 2009 at 01:06:37AM -0500, Adan Broderick wrote: > > I'm trying to write a program that will call my own function whenever a

[Twisted-Python] Beginner's question about names and callbacks

2009-01-25 Thread Adan Broderick
I'm trying to write a program that will call my own function whenever a query to a nameserver times out. I have figured out how to run the DNS server. And I also know how to use filterAnswers(). But how do I catch the "Failure: twisted.names.error.DNSQueryTimeoutError:" messages by adding code to t