4
1
How should I install VTK (vtk.org) on windows xp in such way so it possible to use it from python 2.7 with module "vtk" (it is requirement by scitools)
4
1
How should I install VTK (vtk.org) on windows xp in such way so it possible to use it from python 2.7 with module "vtk" (it is requirement by scitools)
7
You can get an executable for Windows (32 and 64 bits) with VTK and the Python wrapper for VTK, for Python 2.5, 2.6 and 2.7 here http://www.lfd.uci.edu/~gohlke/pythonlibs/#vtk.
Good luck