Hello.<br><br>I am new to Linux, but I need to do some scientific visualisation.<br><br>I Installed &quot;Ubuntu 9.10 - Karmic Koala&quot; (64-bit). Then I used Synaptic package manager to install &quot;Paraview 3.4.0-4ubuntu4&quot;.<br>
<br>I started Paraview. The I press Tools-&gt;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: &#39;Courier&#39;; 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: &#39;Courier&#39;; 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: &#39;Courier&#39;; font-size: 9pt; color: rgb(0, 0, 0);">&gt;&gt;&gt; </span><span style="font-family: &#39;Courier&#39;; 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: &#39;Courier&#39;; 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: &#39;Courier&#39;; font-size: 9pt; color: rgb(255, 0, 0);">  File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 9pt; color: rgb(255, 0, 0);">  File &quot;/usr/lib/python2.6/dist-packages/paraview/servermanager.py&quot;, line 43, in &lt;module&gt;</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; 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: &#39;Courier&#39;; font-size: 9pt; color: rgb(255, 0, 0);">  File &quot;/usr/lib/python2.6/dist-packages/paraview/vtk.py&quot;, line 4, in &lt;module&gt;</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 9pt; color: rgb(255, 0, 0);">    from libvtkCommonPython import *</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; 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: &#39;Courier&#39;; font-size: 9pt; color: rgb(0, 0, 0);">&gt;&gt;&gt; </span></p><br>Please help.<br>