Re: [Twisted-Python] [ANN] thimble 0.1.0

2014-05-20 Thread Glyph
On May 19, 2014, at 2:29 AM, Laurens Van Houtven <_...@lvh.io> wrote: > On Mon, May 19, 2014 at 12:19 AM, Glyph wrote: > I think this is the sort of thing that should move into Twisted itself, > eventually. Thoughts? > > I agree! There's a few things I'd like to work out with the freedom to b

Re: [Twisted-Python] IOpenSSLClientConnectionCreator was ContextFactory, now it's IOpenSSLClientConnectionCreator not ContextFactory

2014-05-20 Thread Glyph
On May 19, 2014, at 11:24 AM, exar...@twistedmatrix.com wrote: > Prior to #7098, these were things that implemented a `getContext` method that > returned an `OpenSSL.SSL.Context` instance. I should note that this was poorly documented everywhere (in fact, one of the main things I noticed when

[Twisted-Python] Porting Twisted to Python 3.

2014-05-20 Thread Maxim Lacrima
Hello! I can see that Python 3 support in Twisted is incomplete. I was able to `pip install twisted` on Python 3, but I couldn't run a simple example program using Twisted Agent. A simple `from twisted.web.client import Agent` causes `ImportError: No module named 'twisted.python.systemd'` I woul

Re: [Twisted-Python] Porting Twisted to Python 3.

2014-05-20 Thread Itamar Turner-Trauring
On 05/20/2014 05:40 AM, Maxim Lacrima wrote: Hello! I can see that Python 3 support in Twisted is incomplete. I was able to `pip install twisted` on Python 3, but I couldn't run a simple example program using Twisted Agent. A simple `from twisted.web.client import Agent` causes `ImportError:

Re: [Twisted-Python] Porting Twisted to Python 3.

2014-05-20 Thread Maxim Lacrima
Thanks. That wiki page has enough info to get started. On 20 May 2014 13:50, Itamar Turner-Trauring wrote: > On 05/20/2014 05:40 AM, Maxim Lacrima wrote: > > Hello! > > I can see that Python 3 support in Twisted is incomplete. I was able to > `pip install twisted` on Python 3, but I couldn't

Re: [Twisted-Python] Porting Twisted to Python 3.

2014-05-20 Thread exarkun
On 10:50 am, ita...@itamarst.org wrote: So what is a recommended workflow? See https://twistedmatrix.com/trac/wiki/Plan/Python3 Something missing from that page is the very helpful tool that someone (sorry, I forget who) developed at PyCon for rendering the module dependency graph including