May be a disconnect between the flumotion.worker.feedsesrver code and twisted python.
`AttributeError: 'EPollReactor' object has no attribute 'listenWith'` `tport = reactor.listenWith(...` `from twisted.internet import reactor` `python -c 'from twisted.internet import reactor; print repr(dir(reactor))'` ... I see 'listenMulticast', 'listenSSL', 'listenTCP', 'listenUDP', 'listenUNIX', 'listenUNIXDatagram', but no 'listenWith'. Reading http://twistedmatrix.com/trac/ticket/367 , it seems the 'listenWith()' method was asked to be removed ten years ago, and was actually deprecated four years ago. ** Bug watch added: Twisted Bug Tracker #367 http://twistedmatrix.com/trac/ticket/367 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1200954 Title: Flumotion does not start: AttributeError: 'EPollReactor' object has no attribute 'listenWith' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/flumotion/+bug/1200954/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
