Not sure if this is the right mailing list for this
epoll should *not* be used on 2.4 kernels...
I have 2.4 kernel running on a 32-bit x86 machine and another 2.4
kernel running on 64-bit x64 and I'm having an issue with twisted (via
buildbot).
I can import epoll from select on the 64-bit ma
On Sep 11, 2014, at 12:37 AM, Reuben Hawkins wrote:
> Not sure if this is the right mailing list for this
>
> epoll should *not* be used on 2.4 kernels...
I'm sorry to say that Twisted does not currently support 2.4 kernels.
Our set of supported platforms is defined by the set of buildbot
Easiest thing for you to do is install a poll reactor as the custom
reactor:
https://twistedmatrix.com/documents/current/core/howto/choosing-reactor.html#core-howto-choosing-reactor-poll
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
I would greatly benefit from some direction regarding workflow. In
particular, how do you guys deal with having an installed version of
twisted, and a version (versions?) with which to tinker?
Currently, I have twisted installed in the normal end user way, and I have
a clone of my fork of the git