[Twisted-Python] epoll 2.4 kernel

2014-09-11 Thread Reuben Hawkins
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

Re: [Twisted-Python] epoll 2.4 kernel

2014-09-11 Thread Glyph
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

Re: [Twisted-Python] epoll 2.4 kernel

2014-09-11 Thread Itamar Turner-Trauring
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

[Twisted-Python] workflow

2014-09-11 Thread Daniel Sank
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