<div dir="ltr"><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Sat, Feb 6, 2016 at 12:27 PM, markovich <span dir="ltr"><<a href="mailto:mark.m.peter@gmail.com" target="_blank">mark.m.peter@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">sorry i have overlooked the "don't need" ....<br>
<br>
then i don't see any fault in my installation process.<br>
<br>
vtk seems to be installed after "make install" on the system because i am<br>
allowed to type "vtk" in terminal and get a vtk window...<br></blockquote><div><br></div><div>Sounds like it is installed, but the python files that are part of the installation are not installed in a place where your python looks for them.</div><div><br></div><div><div style="font-size:13px">In your build directory look at CMakeCache.txt. It has a line with VTK_INSTALL_PYTHON_MODULE_DIR. That says where "make install" puts them.</div><div style="font-size:13px">Compare that to the output of: >python -c  "import sys; print sys.path"</div><div style="font-size:13px"><br></div></div><div>Fix by either changing VTK_INSTALL_PYTHON_MODULE_DIR, recompiling and reinstalling, or in python add the directory to sys.path.</div><div><br></div><div>hth</div><div><br></div></div></div></div>