Hello,

I am trying to embed paraview into my PyQt application but I have some
problems with python threading. For example, in my application I use my own
interactor style in which when user clicks left mouse button it executes
import time;time.sleep(2). But because of that there is a segfault.

This is what I tried so far:
I tried to build paraview changing these variables:
VTK_PYTHON_FULL_THREADSAFE
VTK_NO_PYTHON_THREAD
But there was no effect. Even when I disabled python threads time.sleep
caused segfault.

is there anything else I can try to do?

Thanks,
Rustem
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/paraview

Reply via email to