vote up 2 vote down star
1

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

flag

2 Answers

vote up 2 vote down check

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.

link|flag
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 Jun 15 at 13:07
Thanks Glyph! Editing my answer for correctness and completeness. – Alex Martelli Jun 15 at 15:46
vote up 2 vote down

You want to use Glen Tarbox's qt4reactor.

link|flag
+1, and thanks again for the correction! – Alex Martelli Jun 15 at 15:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.