<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi<div><br></div><div>Some important questions first:</div><div><br></div><div>What was the warning for the library mismatch ?</div><div>On what OS are you installing ?</div><div>Is the libitkvnl_algo-4.7.so file present in /usr/local/lib ?</div><div><br></div><div>If the warnings were about the python library, it is quite important.</div><div>It may happen that you have two different python installations, and cmake is not able to find the right libraries.</div><div><br></div><div>I wrote some instructions to install ITK with python wrapping on Fedora <a href="http://www.itk.org/Wiki/ITK/WrapITKInstallFedora">http://www.itk.org/Wiki/ITK/WrapITKInstallFedora</a></div><div>There is a list of cmake flags you can set to help cmake find the right python, if it’s the problem you had.</div><div>I think the error is just because the library is not in your path. If you are using Fedora, just follow the instructions I wrote down.</div><div>For other OS’es there are ways to do this, like setting the LD_LIBRARY_PATH for example (you'll have to google this)</div><div><br></div><div>Feedback is welcome so I can improve the installation instructions :)</div><div><br></div><div>Michka</div><div><br><div><div>On 22 août 2014, at 16:06, gowith king <<a href="mailto:gowithking@googlemail.com">gowithking@googlemail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><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>
_______________________________________________<br>Community mailing list<br><a href="mailto:Community@itk.org">Community@itk.org</a><br>http://public.kitware.com/mailman/listinfo/community<br></blockquote></div><br></div></body></html>