<div dir="ltr">Hello,<div><br></div><div>  I'm having trouble importing vtk inside pvpython while it imports just fine inside python. I installed paraview-python with paraview-5.0.1 using debian stretch. Any ideas on why this might be the case?</div><div><br></div><div><div>ganesh@tesla:~$ pvpython</div><div>Python 2.7.10 (default, Jul  1 2015, 10:54:53) </div><div>[GCC 4.9.2] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import vtk</div><div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div><div>  File "/usr/lib/python2.7/dist-packages/vtk/__init__.py", line 39, in <module></div><div>    from vtkCommonCore import *</div><div>  File "/usr/lib/python2.7/dist-packages/vtk/vtkCommonCore.py", line 1, in <module></div><div>    from vtkCommonCorePython import *</div><div>TypeError: value must be a class or type</div><div>>>> </div><div>>>> </div><div>Segmentation fault</div><div>ganesh@tesla:~$ python</div><div>Python 2.7.10 (default, Jul  1 2015, 10:54:53) </div><div>[GCC 4.9.2] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import vtk</div><div>>>> </div></div><div><br></div><div>ganesh</div></div>