<div dir="ltr"><br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">gowith king</b> <span dir="ltr"><<a href="mailto:gowithking@googlemail.com">gowithking@googlemail.com</a>></span><br>
Date: Fri, Aug 22, 2014 at 1:32 PM<br>Subject: ITK and python wrap problem<br>To: <a href="mailto:community@itk.org">community@itk.org</a><br><br><br><div dir="ltr"><div><div><div>Dear ITK friends<br></div>      I am not sure this is an appropriate place to issue my problem in the wrapping  process:<br>
</div>      I followed the instruction of '<a href="http://www.itk.org/Wiki/ITK_Release_4/Wrapping/WrapITK_Installation" target="_blank">http://www.itk.org/Wiki/ITK_Release_4/Wrapping/WrapITK_Installation</a>' to finish the compiling and installing process. it look good so far except a warning of mismatching library version, I think it could be ignored. <br>

</div><div>      Then I tried one line for test :<br>>>> import itk <br>>>> inputimage=itk.Image[itk.UC,3]<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>

  File "/usr/local/lib/ITK-4.7/Python/itkLazy.py", line 42, in __getattribute__<br>    itkBase.LoadModule(module, namespace)<br>  File "/usr/local/lib/ITK-4.7/Python/itkBase.py", line 108, in LoadModule<br>

    LoadModule(dep, namespace)<br>  File "/usr/local/lib/ITK-4.7/Python/itkBase.py", line 108, in LoadModule<br>    LoadModule(dep, namespace)<br>  File "/usr/local/lib/ITK-4.7/Python/itkBase.py", line 108, in LoadModule<br>

    LoadModule(dep, namespace)<br>  File "/usr/local/lib/ITK-4.7/Python/itkBase.py", line 108, in LoadModule<br>    LoadModule(dep, namespace)<br>  File "/usr/local/lib/ITK-4.7/Python/itkBase.py", line 118, in LoadModule<br>

    module = loader.load(swigModuleName)<br>  File "/usr/local/lib/ITK-4.7/Python/itkBase.py", line 224, in load<br>    return imp.load_module(name, fp, pathname, description)<br>  File "/usr/local/lib/ITK-4.7/Python/ITKCommonPython.py", line 32, in <module><br>

    _ITKCommonPython = swig_import_helper()<br>  File "/usr/local/lib/ITK-4.7/Python/ITKCommonPython.py", line 28, in swig_import_helper<br>    _mod = imp.load_module('_ITKCommonPython', fp, pathname, description)<br>

ImportError: libitkvnl_algo-4.7.so.1: cannot open shared object file: No such file or directory<br><br></div><div>I got totally lost for this, what should I do to fix this?<br></div><div>Any suggestion would be appreciated<br>

<br>       <br></div><div>    <br></div></div>
</div><br></div>