<div dir="ltr">I find it easier to figure this out by using  pvpython and  then doing the following:<div><br></div><div>import sys</div><div>print sys.path</div><div><br></div><div>The path should have all the directories that need to be set in your PYTHONPATH.</div><div><br></div><div>Utkarsh</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jun 19, 2015 at 2:15 AM Timo Oster <<a href="mailto:timo.oster@ovgu.de">timo.oster@ovgu.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Felix,<br>
<br>
I just happened upon the same problem yesterday. The solution was to add<br>
the directory with the vkt shared objects into the PYTHONPATH. Those are<br>
in .../site-packages/vtk. The .../site-packages/paraview/vtk is just a<br>
mirror that includes the libraries from the top-level vtk directory.<br>
<br>
Hope this helps.<br>
<br>
Regards,<br>
<br>
Timo<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div>