<div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">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. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">This is what I tried so far:<br></div><div style="font-size:12.8px">I tried to build paraview changing these variables:</div><div style="font-size:12.8px"><div>VTK_PYTHON_FULL_THREADSAFE</div><div>VTK_NO_PYTHON_THREAD</div></div><div style="font-size:12.8px">But there was no effect. Even when I disabled python threads time.sleep caused segfault.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">is there anything else I can try to do? </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks, </div><div style="font-size:12.8px">Rustem</div></div>