<div dir="ltr"><div><div><div><div><div><div><div><div>Hello,<br></div>           I have VTK 7.0.0 tar file and I am trying to compile from source the python wrapper for VTK. I have ccmake installed on my Ubuntu 16.04 box but no matter what I try(the installation itself proceeds with no errors) but I cannot find out where the python wrapper for SDK is present. When I type<br><br></div>python3.5  import vtk <br><br></div>I get ImportError : no module named 'vtk`<br><br></div>Here is how I built VTK for python using ccmake<br><br><br>ccmake -DCMAKE_INSTALL_PREFIX=/opt/local/vtk7.0-py3.5.0 -DBUILD_SHARED_LIBS:BOOL=ON-DVTK_WRAP_PYTHON:BOOL=ON -DVTK_PYTHON_VERSION:STRING=3.5 -DPYTHON_EXECUTABLE:PATH=/usr/bin/python3.5 -DPYTHON_INCLUDE_DIR=/usr/include/python3.5 -DPYTHON_LIBRARY:PATH=/usr/local/lib/python3.5/ ..VTK-7.0.0<br><br></div>Then a ccmake window pops up and I type ctcl - c twice and ctrl-g once. But this does not do the job. <br><br></div>Any suggestions will be appreciated. I intend to use VTK with Mayavi eventually. <br><br></div>Best regards,<br></div>Ashwin. <br></div>