<div dir="ltr">Seems to check out OK on a test system here.<div><div>vtk version 7.1.0</div><div>Python 2.7.3 (default, Apr  9 2015, 15:02:17) [MSC v.1500 64 bit (AMD64)] on win 32</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import vtk</div><div>>>> vtk.__file__</div><div>'C:\\Program Files\\VTK 7.1.0\\bin\\lib\\site-packages\\vtk\\__init__.pyc'</div><div>>>> version = vtk.vtkVersion()<br></div><div>>>> version.GetVTKMajorVersion()<br></div><div>7</div><div>>>> version.GetVTKMinorVersion()</div><div>1</div><div>>>> version.GetVTKSourceVersion()<br></div><div>'vtk version 7.1.0'</div><div>>>></div></div><div><br></div><div>let us know what turns up please.</div><div><div><div><br></div></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Thu, Dec 15, 2016 at 2:50 PM, Andrea Gavana <span dir="ltr"><<a href="mailto:andrea.gavana@gmail.com" target="_blank">andrea.gavana@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><div>Hi David,</div></div><div><br></div><div>Thank you for your answer.</div><div><br></div><div>I will check what vtk.__file__ returns when I get back to the office, but I am positive it will return the same path as I mentioned in my email.</div><div><br></div><div>Since I don't have admin privileges, I installed VTK in a temporary folder, copied all the dlls and python files into site-packages and added the site-packages VTK folder to the PATH environment variable. I'm quite positive there is no other vtk on my system nor in the PATH, but I will run some more check tomorrow.</div><div><br></div><div>I simply had the feeling that the python bindings were still built with vtk 7.0 and not 7.1.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Andrea.</div></font></span><div class="HOEnZb"><div class="h5"><div><br></div><div><br><div class="gmail_quote"><div>On Thu, 15 Dec 2016 at 20:28, David E DeMarle <<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_-3447577892187286859gmail_msg"><div class="m_-3447577892187286859gmail_msg">I think you are getting a different VTK module. What does vtk.__file__ return?</div><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg">The standalone installer by default puts VTK at c:\Program Files\VTK 7.1.0, and you generally are expected to run it from there. Ie, the version Kitware supplies is generally incompatible with whatever system install of Python you might have.<br class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><br class="m_-3447577892187286859gmail_msg"></div><div class="gmail_extra m_-3447577892187286859gmail_msg"><br clear="all" class="m_-3447577892187286859gmail_msg"><div class="m_-3447577892187286859gmail_msg"><div class="m_-3447577892187286859m_4010184889841745540gmail_signature m_-3447577892187286859gmail_msg" data-smartmail="gmail_signature">David E DeMarle<br class="m_-3447577892187286859gmail_msg">Kitware, Inc.<br class="m_-3447577892187286859gmail_msg">R&D Engineer<br class="m_-3447577892187286859gmail_msg">21 Corporate Drive<br class="m_-3447577892187286859gmail_msg">Clifton Park, NY 12065-8662<br class="m_-3447577892187286859gmail_msg">Phone: <a href="tel:(518)%20881-4909" value="+15188814909" target="_blank">518-881-4909</a></div></div><br><br><br class="m_-3447577892187286859gmail_msg"><div class="gmail_quote m_-3447577892187286859gmail_msg"></div></div><div class="gmail_extra m_-3447577892187286859gmail_msg"><div class="gmail_quote m_-3447577892187286859gmail_msg">On Wed, Dec 7, 2016 at 10:57 AM, Andrea Gavana <span class="m_-3447577892187286859gmail_msg"><<a href="mailto:andrea.gavana@gmail.com" class="m_-3447577892187286859gmail_msg" target="_blank">andrea.gavana@gmail.com</a>></span> wrote:<br class="m_-3447577892187286859gmail_msg"></div></div><div class="gmail_extra m_-3447577892187286859gmail_msg"><div class="gmail_quote m_-3447577892187286859gmail_msg"><blockquote class="gmail_quote m_-3447577892187286859gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_-3447577892187286859gmail_msg">Dear VTK users,<div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg">    I have downloaded the official VTK 7.1 binaries with Python bindings from the VTK website, at this address:</div><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg"><a href="http://www.vtk.org/files/release/7.1/vtkpython-7.1.0-Windows-64bit.exe" class="m_-3447577892187286859gmail_msg" target="_blank">http://www.vtk.org/files/<wbr>release/7.1/vtkpython-7.1.0-<wbr>Windows-64bit.exe</a><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg">Notice the 7.1 in the name. This is the only installation of VTK I have on my machine. Also, from the attached screenshot, please notice that the DLLs on my system have a "7.1" label attached.</div><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg">However, when I import vtk in my system I get this:</div><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg"><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg">>>> import vtk</font></div><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg">>>> vtk</font></div><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg"><module 'vtk' from 'C:\Python27\lib\site-<wbr>packages\vtk\__init__.pyc'></font></div><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg">>>> version = vtk.vtkVersion()</font></div><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg">>>> version.GetVTKVersion()</font></div><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg">'7.0.0'</font></div><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg">>>> version.GetVTKMajorVersion(), version.GetVTKMinorVersion()</font></div><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg">(7, 0)</font></div><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg">>>> version.GetVTKSourceVersion()</font></div><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg">'vtk version 7.0.0'</font></div><div class="m_-3447577892187286859gmail_msg"><font face="monospace, monospace" class="m_-3447577892187286859gmail_msg">>>> </font></div></div><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg">Am I doing something wrong or is it possible that there is a version mismatch in the Python bindings? It's of course not an issue, I just wanted to check if my setup was broken or not...</div><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg">Thank you.</div><span class="m_-3447577892187286859m_4010184889841745540HOEnZb m_-3447577892187286859gmail_msg"><font color="#888888" class="m_-3447577892187286859gmail_msg"><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg">Andrea.</div><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div><div class="m_-3447577892187286859gmail_msg"><br class="m_-3447577892187286859gmail_msg"></div></font></span></div><br><br><br class="m_-3447577892187286859gmail_msg"></blockquote></div></div><div class="gmail_extra m_-3447577892187286859gmail_msg"><div class="gmail_quote m_-3447577892187286859gmail_msg"><blockquote class="gmail_quote m_-3447577892187286859gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">______________________________<wbr>_________________<br class="m_-3447577892187286859gmail_msg"><br><br>Powered by <a href="http://www.kitware.com" rel="noreferrer" class="m_-3447577892187286859gmail_msg" target="_blank">www.kitware.com</a><br class="m_-3447577892187286859gmail_msg"><br><br><br class="m_-3447577892187286859gmail_msg"><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" class="m_-3447577892187286859gmail_msg" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br class="m_-3447577892187286859gmail_msg"><br><br><br class="m_-3447577892187286859gmail_msg"><br><br>Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" class="m_-3447577892187286859gmail_msg" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br class="m_-3447577892187286859gmail_msg"><br><br><br class="m_-3447577892187286859gmail_msg"><br><br>Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" class="m_-3447577892187286859gmail_msg" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br class="m_-3447577892187286859gmail_msg"><br><br><br class="m_-3447577892187286859gmail_msg"><br><br>Follow this link to subscribe/unsubscribe:<br class="m_-3447577892187286859gmail_msg"><br><br><a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" class="m_-3447577892187286859gmail_msg" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br class="m_-3447577892187286859gmail_msg"><br><br><br class="m_-3447577892187286859gmail_msg"></blockquote></div><br class="m_-3447577892187286859gmail_msg"></div><br><br></blockquote></div></div>
</div></div></blockquote></div><br></div>