Hi all,

I'm developing an application using PySide (v1.0.0beta1 with Python
2.7) and I seem to have stumbled into a strange problem. I have work
that is being done in separate threads, so I created signals that
notify the UI when the threads finish doing their stuff.

The problem that occurs is that after creating about 10 signals, if I
create a new one, one of the fist signals stops working, the emit()
call returns False. This happens even if the new signal isn't
connected to anything.

Any idea what could be going on?

Thanks in advance,
João
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to