<div dir="ltr">Dear VTK users,<div><br></div><div>    I have downloaded the official VTK 7.1 binaries with Python bindings from the VTK website, at this address:</div><div><br></div><div><a href="http://www.vtk.org/files/release/7.1/vtkpython-7.1.0-Windows-64bit.exe">http://www.vtk.org/files/release/7.1/vtkpython-7.1.0-Windows-64bit.exe</a><br></div><div><br></div><div>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><br></div><div>However, when I import vtk in my system I get this:</div><div><br></div><div><div><font face="monospace, monospace">>>> import vtk</font></div><div><font face="monospace, monospace">>>> vtk</font></div><div><font face="monospace, monospace"><module 'vtk' from 'C:\Python27\lib\site-packages\vtk\__init__.pyc'></font></div><div><font face="monospace, monospace">>>> version = vtk.vtkVersion()</font></div><div><font face="monospace, monospace">>>> version.GetVTKVersion()</font></div><div><font face="monospace, monospace">'7.0.0'</font></div><div><font face="monospace, monospace">>>> version.GetVTKMajorVersion(), version.GetVTKMinorVersion()</font></div><div><font face="monospace, monospace">(7, 0)</font></div><div><font face="monospace, monospace">>>> version.GetVTKSourceVersion()</font></div><div><font face="monospace, monospace">'vtk version 7.0.0'</font></div><div><font face="monospace, monospace">>>> </font></div></div><div><br></div><div><br></div><div>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><br></div><div>Thank you.</div><div><br></div><div>Andrea.</div><div><br></div><div><br></div></div>