I am getting the following error while I was trying to install VTK. According to the README.html present in the tar file; <br>I ran the following<br>[root@maniac VTK]#cmake .<br>[root@maniac VTK]#make<br>[root@maniac VTK]#make install
<br>Everything seemed to work fine.<br><br>The main purpose of installing VTK was to run mayavi.<br>Now when I run Mayavi, I get the following error.<br><br>[root@maniac MayaVi-1.5]# ./mayavi<br>Traceback (most recent call last):
<br>&nbsp; File &quot;./mayavi&quot;, line 289, in ?<br>&nbsp;&nbsp;&nbsp; import vtk<br>&nbsp; File &quot;/usr/local/src/VTK/Wrapping/Python/vtk/__init__.py&quot;, line 29, in ?<br>&nbsp;&nbsp;&nbsp; from common import *<br>&nbsp; File &quot;/usr/local/src/VTK/Wrapping/Python/vtk/common.py&quot;, line 7, in ?
<br>&nbsp;&nbsp;&nbsp; from libvtkCommonPython import *<br>ImportError: No module named libvtkCommonPython<br>[root@maniac MayaVi-1.5]#<br><br>I did set the PYTHONPATH as following<br><br>PYTHONPATH=/usr/local/lib/vtk-5.0/:/usr/lib/python2.3/:/usr/local/src/VTK/Wrapping
<br><br>Can anyone let me know what should be done here?<br>Thanks a lot.<br>VJ<br>