![](https://secure.gravatar.com/avatar/607cfd4a5b41fe6c886c978128b9c03e.jpg?s=120&d=mm&r=g)
On 29 Sep, 08:50 pm, phil@bubblehouse.org wrote:
On Sep 29, 2009, at 4:42 PM, exarkun@twistedmatrix.com wrote:
On 08:37 pm, phil@bubblehouse.org wrote:
I do see the following issues during compilation, which cause the epoll reactor to fail. I don't use the epoll reactor, so I haven't bothered trying to fix it: [snip] These aren't really fixable. OS X does not have epoll. The epoll reactor is for Linux.
Ah yes, I should have known that.
Any idea what's causing these tracebacks on startup? I've grepped everywhere for occurrences of ssl_test, _test, cleared out my dropin.cache files, etc, but nothing makes any difference.
If you startup with debugging enabled, do you get dropped into pdb at the point of the error? If so, it should be simple to look around at some of the data and track down the cause. Jean-Paul