i built vtk with python wrappings successfully, when i go to bin in the build folder and run the vtkpython executable, it works properly with anaconda python version that i have given.
when i open a new terminal window and try run python and try to import vtk, i get no module found error.
if i try to install it in the anaconda/lib/python3.6/site-packages and then run i get
Fatal Python error: PyThreadState_Get: no current thread error.
i used cmake GUI, i did set all the python variables to anaconda version, the lib, include and exec paths,
after build, it is created a python folder in lib in the build folder with path build/lib/python3.6/site-packages/ with vtk inside it. and the bin folder in build path has vtkpython exec.
when i copied contents of build/lib/python3.6/site-packages/ to anaconda/lib/python3.6/site-packages/ it is throwing the Fatal Python error: PyThreadState_Get: no current thread error.