Hello.<br><br>I am new to Linux, but I need to do some scientific visualisation.<br><br>I Installed "Ubuntu 9.10 - Karmic Koala" (64-bit). Then I used Synaptic package manager to install "Paraview 3.4.0-4ubuntu4".<br>
<br>I started Paraview. The I press Tools->Python shell. I see strange error there:<br><a href="http://s54.radikal.ru/i145/1004/47/a0d9c2cbbe3d.png" target="_blank">http://s54.radikal.ru/i145/1004/47/a0d9c2cbbe3d.png</a><br>
<br>
<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(0, 0, 255);">Python 2.6.4 (r264:75706, Dec 7 2009, 18:59:58) </span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(0, 0, 255);">[GCC 4.4.1] on linux2</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(0, 0, 0);">>>> </span><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(0, 0, 150);">from paraview import servermanager</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(255, 0, 0);">Traceback (most recent call last):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(255, 0, 0);"> File "<string>", line 1, in <module></span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(255, 0, 0);"> File "/usr/lib/python2.6/dist-packages/paraview/servermanager.py", line 43, in <module></span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(255, 0, 0);"> import re, os, new, exceptions, sys, vtk</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(255, 0, 0);"> File "/usr/lib/python2.6/dist-packages/paraview/vtk.py", line 4, in <module></span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(255, 0, 0);"> from libvtkCommonPython import *</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(255, 0, 0);">ImportError: No module named libvtkCommonPython</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Courier'; font-size: 9pt; color: rgb(0, 0, 0);">>>> </span></p><br>Please help.<br>