<div dir="ltr">Hi Mark,<div><br></div><div>If you built VTK from source, there is no need to download the binary python</div><div>package.</div><div><br></div><div>Check the VTK_INSTALL_PYTHON_MODULE_DIR in your CMakeCache.txt,</div><div>to make sure that it will install the modules somewhere in your python path.</div><div><br></div><div> - David</div><div><br></div><div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 6, 2016 at 8:30 AM, 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">Hello!<br>
<br>
i am using Ubuntu 15.10 64 Bit and want to run vtk on a newer version than<br>
6.2.<br>
<br>
first question:<br>
<br>
there is an "Python Interface Standalone Installer" provided on the Download<br>
Page of <a href="http://vtk.org" rel="noreferrer" target="_blank">vtk.org</a>. What is it for and do i need it ? I don't find a way to run<br>
this..<br>
<br>
second question:<br>
<br>
my steps to compile vtk<br>
<br>
#CONFIGURE CMAKE<br>
#TOGGLE ON FOLLOWING OPTIONS<br>
<br>
BUILD_EXAMPLES<br>
BUILD_SHARED_LIBS<br>
VTK_Group_Qt<br>
VTK_Group_Rendering<br>
VTK_Group_StandAlone<br>
pythonvtk<br>
vtk_wrap_python<br>
<br>
<br>
the compiling works fine and after that i run "sudo make install" with no<br>
errors.<br>
<br>
after that i am abled to type "python" in the terminal but it calls "no<br>
module named vtk" found if i want to import vtk.<br>
If i type "vtkpython" i can access another python-shell which also does not<br>
find vtk...<br>
<br>
What am i missing in the installation ? :-(<br></blockquote></div></div></div></div>