Łukasz Rekucki wrote:
[...]
>    Is this a thread related problem ? Am I doing something terribly wrong by
>    calling a deferred from the gtk thread ?

Twisted in general is not thread-safe.  If you need to call Twisted code from a
thread other than the one you started the reactor in, use
reactor.callFromThread.

See also:

    http://twistedmatrix.com/projects/core/documentation/howto/threading.html

-Andrew.


_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to