[PyQt] Waiting on non-QT events.

Marcell Mars marcell.mars at gmail.com
Wed Oct 8 21:57:43 BST 2008


On Wed, Oct 8, 2008 at 5:16 PM, Mistobaan <mistobaan at gmail.com> wrote:
>> http://pastebin.com/f16019559
>
> I am wrong or the line 21 never gets called, so everything still happens on
> one single thread?

it's started after Gamepad.start() which trigger Gamepad.run() then...
i have it in commented code later on:
gamepad = Gamepad()

QObject.connect(gamepad.bridge, SIGNAL('gamepad'), pisi)
gamepad.start()

it works for me inside the application.. am i doing something wrong?


More information about the PyQt mailing list