I've installed vtk from vtkpython-6.3.0-Windows-64bit.exe in C:\Program Files\VTK 6.3.0
of my computer. Then I add C:\Program Files\VTK 6.3.0\bin
to my Path and C:\Program Files\VTK 6.3.0\bin
as well as C:\Program Files\VTK 6.3.0\bin\Lib\site-packages
to my PYTHONPATH in system variables. When I run IDLE (Python GUI).exe
of Python and input import vtk
,it shows:
>>> import vtk
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import vtk
File "C:\Program Files\VTK 6.3.0\bin\Lib\site-packages\vtk\__init__.py", line 39, in <module>
from vtkCommonCore import *
ImportError: No module named 'vtkCommonCore'
>>>
What mistake did I make?
Please help me of this.