
Nov. 24, 2008
7:28 a.m.
On Mon, 2008-11-24 at 06:37 -0200, Nahuel Defossé wrote:
I've tried the code posted in qt4reactor.py but it doesn't work. It fails telling that a reactor's been already installed. Is it possible to use PyQt4 (v.4.4) with twisted?
Only import "twisted.internet.reactor" *after* you've installed qt4reactor. Importing auto-installs reactor if one hasn't already been installed.