Re: [Twisted-Python] Building Python3 wheels for Win32 and releasing to Pypi

2018-01-07 Thread Adi Roiban
On 7 January 2018 at 23:44, Glyph wrote: > > > On Jan 7, 2018, at 1:47 PM, Craig Rodrigues > wrote: > > At https://pypi.python.org/pypi/Twisted , there is only a Python 2.7 > wheel for Win32. > > Since we don't push Python3 wheels to Pypi, people need to pick them up > from: https://www.lfd.uci.

Re: [Twisted-Python] Building Python3 wheels for Win32 and releasing to Pypi

2018-01-07 Thread Glyph
> On Jan 7, 2018, at 1:47 PM, Craig Rodrigues wrote: > > At https://pypi.python.org/pypi/Twisted > , there is only a Python 2.7 wheel for > Win32. > > Since we don't push Python3 wheels to Pypi, people need to pick them up > from: https://www.lfd.uci.ed

[Twisted-Python] Building Python3 wheels for Win32 and releasing to Pypi

2018-01-07 Thread Craig Rodrigues
At https://pypi.python.org/pypi/Twisted , there is only a Python 2.7 wheel for Win32. Since we don't push Python3 wheels to Pypi, people need to pick them up from: https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted which is not ideal. Since I ported the IOCP reactor to Win32 in 2016, it would be

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

2018-01-07 Thread John Aherne
Lots of interest in logging this week for some reason :-). Yes. Must be the weather :-). But very helpful from my point of view as I've just started to look at it. Well I guessed that printing inside the observer was not a good idea. But I could not see why this one showed the problem log = Lo