<div>Hello,</div>
<div> </div>
<div>I manage to compile itk but the default compilation didn&#39;t have python bindings included.  What would be the preferred way to get python bindings compiled into itk? cswig? or wrapitk? </div>
<div> </div>
<div>I tried to compile CableSwig by doing a co of the source and place it in the InsightToolkit-3.14.0-src/Utilities directory but it failed to build. So I built CableSwig on the side and pointed CableSwig_DIR variable to where I installed it. Then after much trial and error, turning on different cmake flags and recompile itk, I got it to compile. I also believe I have the both WRAP_ITK_PYTHON and ITK_CSWIG_PYTHON flags set to on. </div>

<div> </div>
<div>At the end, I have these</div>
<div>  </div>
<div>itk-3.14.0/vis.Linux-2.6.18-128.1.1.el5.x86_64.gcc-4.1.2.release/lib/InsightToolkit/python directory which contains the following files</div>
<div> </div>
<div>InsightToolkit.py  itkbase.py   itkbasicfilters.py  itkdata.py  itknumerics.py  vxlnumerics.py<br>itkalgorithms.py   itkbase.pyc  itkcommon.py        itkio.py    itktesting.py</div>
<div> </div>
<div>I have PYTHONPATH set to that directory also.</div>
<div> </div>
<div>When I do import itk in python shell, I can&#39;t find module named itk. </div>
<div> </div>
<div>Am I missing anything or shall I do import itkbase instead of itk?</div>
<div> </div>
<div>Thanks,</div>
<div>Simon</div>