[Twisted-Python] Twisted.logger on windows max recursion depth exceeded

2018-01-06 Thread John Aherne
I've started to look at Python3 and klein I am using python3.6.3 32bit and twisted 17.9.0 on windows10 klein is downloaded from pypi. I got to the point of needing to do some logging and thought I now should use the new logger system. Below I have posted the python code I am using and the traceb

Re: [Twisted-Python] buildbot.twistedmatrix.com is down?

2018-01-06 Thread Craig Rodrigues
On Fri, Jan 5, 2018 at 11:35 PM, Glyph wrote: > > > Thanks for the report; rebooted and security updates applied; it appears > to be processing the backlog just fine now. > > Is http://buildbot.twistedmatrix.com/ down again? I can't seem to access it. -- Craig _

Re: [Twisted-Python] buildbot.twistedmatrix.com is down?

2018-01-06 Thread Glyph
> On Jan 6, 2018, at 1:40 PM, Craig Rodrigues wrote: > > On Fri, Jan 5, 2018 at 11:35 PM, Glyph > wrote: > > > Thanks for the report; rebooted and security updates applied; it appears to > be processing the backlog just fine now. > > > Is http://buildbot.t

[Twisted-Python] Weekly Bug Summary

2018-01-06 Thread trac
Bug summary __ Summary for 2017-12-31 through 2018-01-07 Opened Closed Total Change Enhancements: 1 1 1379 +0 Defects: 5 2907 +3 Tasks: 0 0 9

Re: [Twisted-Python] Twisted.logger on windows max recursion depth exceeded

2018-01-06 Thread Glyph
Hi John, Lots of interest in logging this week for some reason :-). > On Jan 6, 2018, at 4:38 AM, John Aherne > wrote: > > If I comment out the print statements all seems to work correctly. > > I assume I am doing something wrong or something I should not be tryin