Hi all,<div><br></div><div>First of all, I did successfully compile and install VTK, as it can be seen from the following message</div><div><br></div><div>Installed /tmp/yifli/lib/python2.6/site-packages/VTK-5.8.0-py2.6.egg</div>
<div><br></div><div><br></div><div>However , when I try to import vtk, I got the following error:</div><div><br></div><div><div>Traceback (most recent call last):</div><div>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div>
<div>  File &quot;/tmp/yifli/lib/python2.6/site-packages/VTK-5.8.0-py2.6.egg/vtk/__init__.py&quot;, line 124, in &lt;module&gt;</div><div>    __helper.refine_import_err(&#39;qvtk&#39;, &#39;vtkQtPython&#39;, exc)</div><div>
  File &quot;/tmp/yifli/lib/python2.6/site-packages/VTK-5.8.0-py2.6.egg/vtk/__helper.py&quot;, line 32, in refine_import_err</div><div>    raise LinkError, str(exc)</div><div>vtk.__helper.LinkError: /tmp/yifli/lib/vtk-5.8/libQVTK.so.5.8: undefined symbol: _ZN19QAbstractProxyModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE</div>
</div><div><br></div><div>And all the tests failed when I run &#39;ctest -R Python&#39; in the building directory.</div><div><br></div><div>Any help is highly appreciated.</div><div><br></div><div>Yifei</div><div><br></div>