Comment 4 for bug 1200954

Revision history for this message
Moses Moore (moses-mozai) wrote :

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.