On Wed, Oct 8, 2008 at 5:16 PM, Mistobaan <[EMAIL PROTECTED]> 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?
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to