views:

166

answers:

2

I am using twisted and now i want to make some pretty ui using qt

+3  A: 

You need a qt4reactor, for example this one (but that's a sandbox and thus not good for production use -- tx @Glyph for clarifying this!).

As @Glyph says, the proper one to use is the one at launchpad.

Alex Martelli
It isn't included in the main Twisted distro because the pyqt people have told us that we can't distribute it without providing Twisted under the GPL. So it's distributed externally, as a plugin.I've posted a different answer below: people generally shouldn't be using the sandbox version, now that there's an externally maintained project.
Glyph
Thanks Glyph! Editing my answer for correctness and completeness.
Alex Martelli
+4  A: 

You want to use Glen Tarbox's qt4reactor.

Glyph
+1, and thanks again for the correction!
Alex Martelli