Hi all,<div><br></div><div>I have an application developed using PySide, now I want to use VTK for rendering.</div><div><br></div><div>So I did 'from vtk import qvtk', but got the following errors:</div><div><br></div>
<div><div>Traceback (most recent call last):</div><div> File "<stdin>", line 1, in <module></div><div> File "/Library/Python/2.7/site-packages/VTK-5.8.0-py2.7.egg/vtk/qvtk.py", line 5, in <module></div>
<div> from vtkQtPython import *</div><div>ImportError: No module named vtkQtPython</div></div><div><br></div><div><br></div><div>Any help is highly appreciated.</div><div><br></div><div>Yifei</div>