hi,<br>i&#39;ll post my console output.please tell me what the problem could be.<br><br>&nbsp;/home/hackmanbash-3.1# python<br>Python 2.4.4 (#2, Mar 27 2007, 14:41:43)<br>[GCC 4.0.3] on linux2<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
<br>&gt;&gt;&gt; import InsightToolkit<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in ?<br>&nbsp; File &quot;/usr/lib/InsightToolkit/python/InsightToolkit.py&quot;, line 1, in ?<br>&nbsp;&nbsp;&nbsp; from itkalgorithms import *
<br>&nbsp; File &quot;/usr/lib/InsightToolkit/python/itkalgorithms.py&quot;, line 1, in ?<br>&nbsp;&nbsp;&nbsp; from itknumerics import *<br>&nbsp; File &quot;/usr/lib/InsightToolkit/python/itknumerics.py&quot;, line 1, in ?<br>&nbsp;&nbsp;&nbsp; from itkcommon import *
<br>&nbsp; File &quot;/usr/lib/InsightToolkit/python/itkcommon.py&quot;, line 1, in ?<br>&nbsp;&nbsp;&nbsp; from vxlnumerics import *<br>&nbsp; File &quot;/usr/lib/InsightToolkit/python/vxlnumerics.py&quot;, line 4, in ?<br>&nbsp;&nbsp;&nbsp; from VXLNumericsPython import *
<br>&nbsp; File &quot;VXLNumericsPython.py&quot;, line 5, in ?<br>&nbsp;&nbsp;&nbsp; import _VXLNumericsPython<br>ImportError: libitkvnl.so.3.0: cannot open shared object file: No such file or directory<br>&gt;&gt;&gt;<br>&nbsp;/home/hackmanbash-
3.1# exit<br>&nbsp;/home/hackmansh-3.1$ locate libitkvnl.so.3.0<br>/usr/lib/InsightToolkit/libitkvnl.so.3.0<br>/usr/lib/InsightToolkit/libitkvnl.so.3.0.1<br><br><br>there is a .pth file in python&#39;s site-packages directory that has /usr/lib/InsightToolkit/python on one line.
<br>