<div dir="ltr"><div><div><div><div><div><div><div>Hey Dan, <br><br></div>It looks like it worked.  <br><br></div>On my second last pass, I was compiling "without shared libraries" and got some error in the make output indicating something like "I don't want to do that because it requires shared libraries."  I had "shared libraries" as negative in the config step. <br><br></div>On my last ccmake I configured for "with shared libraries" and my last compile just finished with no errors. <br><br></div>It looks like somewhere in the ccmake process, a dependency on "shared libraries" exists,  and config passes with no errors even if "shared libraries" is off - this leads to a fail at compile time. <br><br></div>Seems like a hard to reproduce error, let me know if you want any of my local files to document a possible bug in the compile process. <br><br></div>Regards, <br><br></div>Nick<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 27, 2017 at 10:36 AM, Dan Lipsa <span dir="ltr"><<a href="mailto:dan.lipsa@kitware.com" target="_blank">dan.lipsa@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Indeed, that's what you probably need to do. Look at the symbols not found and search on the web to see what packages they are part of.</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 27, 2017 at 10:04 AM, Nick Torenvliet <span dir="ltr"><<a href="mailto:natorenvliet@gmail.com" target="_blank">natorenvliet@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Ooops!<br></div><div><br></div><div>Hey Dan, thanks!  It is now working fine - guess I need to bone up on my ccmake skills.  <br></div><div><br></div><div>Another question then, <br></div><div><br></div><div>A couple of the examples are coughing with:<br></div><div><br></div><div>_tkinter.TclError: couldn't load file "<a href="http://libvtkRenderingPythonTkWidgets-8.0.so" target="_blank">libvtkRenderingPythonTkWidget<wbr>s-8.0.so</a>": <a href="http://libvtkRenderingPythonTkWidgets-8.0.so" target="_blank">libvtkRenderingPythonTkWidgets<wbr>-8.0.so</a>: cannot open shared object file: No such file or directory</div><div><br></div><div>So to address this I am attempting to rebuild with GROUP_TK set on. <br></div><div><br></div><div>Now I get the following compile error:</div><div>[ 87%] Linking CXX executable ../../../../bin/vtkInteraction<wbr>WidgetsCxxTests<br>[ 87%] Built target vtkInteractionWidgetsCxxTests<br>Makefile:138: recipe for target 'all' failed<br>make: *** [all] Error 2<br></div><div><br></div><div>I'm going to hunt around and probably install twenty or so random packages that look anything like what I find @ 138 but if anyone knows what I need to do, please let me know. <br></div><div><br></div><div>Thanks, <br></div><div><br></div><div>Nick <br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div></div><div class="m_-340019737651748125HOEnZb"><div class="m_-340019737651748125h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 27, 2017 at 9:26 AM, Dan Lipsa <span dir="ltr"><<a href="mailto:dan.lipsa@kitware.com" target="_blank">dan.lipsa@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Nick,<div><br></div><div>You should have VTK_PYTHON_VERSION=3 and VTK_WRAP_PYTHON=ON<br><div>You should use vtkpython. This has all the right paths to see the VTK library.</div><div><br></div><div>Take a look in your CMakeCache.txt and search for python to see your python related variables. If some point to python2 paths delete them and reconfigure and rebuild your VTK.</div><div><br></div><div>Hope this helps,</div><div>Dan</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_-340019737651748125m_7542381282798506541h5">On Tue, Sep 26, 2017 at 9:32 PM, Nick Torenvliet <span dir="ltr"><<a href="mailto:natorenvliet@gmail.com" target="_blank">natorenvliet@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-340019737651748125m_7542381282798506541h5"><div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hi, <br><br></div>I'm running ubuntu 16.04 with python3. <br><br></div>After compiling and installing vtk8 the following occurs.<br><br></div>1- I have an issue with doxygen / docs during vtk make install <br></div><br></div>After make install<br><br></div>1- I fire up a python 3 window and can import vtk, but cannot call any of the vtk functions except for those beginning with __<br></div>2- I fire up my python2 window and cannot import vtk at all<br></div>3- I fire up vtkpython, which looks to be p3.5 and cannot import vtk at all</div><div><br></div><div>I feel like I'm missing a major step hooking the wrappers up into the python environment.</div><div><br></div>My desired functionality is to have vtk in python 3.5, optimally in a venv if possible. <br><br></div>Any ideas?<span class="m_-340019737651748125m_7542381282798506541m_3882796579369006338HOEnZb"><font color="#888888"><br><br></font></span></div><span class="m_-340019737651748125m_7542381282798506541m_3882796579369006338HOEnZb"><font color="#888888">Nick </font></span></div>
<br></div></div>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>