Re: [Twisted-Python] Failed to load application: cannot import name app

2009-07-07 Thread Jean-Paul Calderone
On Tue, 7 Jul 2009 17:20:41 +0200, Jesper Taxbøl wrote: >Hi Guys, > >I stumpled upon a small dns filter program, that I am having trouble >running, due to "twisted.internet.app" being deprecated. I get the following >output "Failed to load application: cannot import name app" > >Im running "twistd

[Twisted-Python] Failed to load application: cannot import name app

2009-07-07 Thread Jesper Taxbøl
Hi Guys, I stumpled upon a small dns filter program, that I am having trouble running, due to "twisted.internet.app" being deprecated. I get the following output "Failed to load application: cannot import name app" Im running "twistd (the Twisted daemon) 2.5.0" Any advice on how to proceed? Kin