hi all,<br>  I am currently working on an legacy system which is composed under python 2.3. Is there any method that could help me to create the itk python wrap under python 2.3? I search for a while on the internet and find the wrapitk is a great tool for using itk under python environment, but its requirement for  the version of python is at least 2.4...I also tried to compile the wrap using cmake, but failed with<span style="color: rgb(255, 0, 0);"><br>
<br><br>CMake Warning at CMakeLists.txt:173 (FIND_PACKAGE):</span>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  Could not find module FindCableSwig.cmake or a configuration file for</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  package CableSwig.</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  Adjust CMAKE_MODULE_PATH to find FindCableSwig.cmake or set CableSwig_DIR</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  to the directory containing a CMake configuration file for CableSwig.  The</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  file will have one of the following names:</span></p>

<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">    CableSwigConfig.cmake</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">    cableswig-config.cmake</span></p>



<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">CMake Error at CMakeLists.txt:185 (MESSAGE):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  CableSwig is required for CSwig Wrapping.</span></p>


<p style="margin: 0px; text-indent: 0px;">Configuring incomplete, errors occurred!</p><p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">But in fact i set the <span style="color: rgb(255, 0, 0);">CableSwig_DIR </span>directory correctly... Is there any suggestion to get itk work under python 2.3.....great appreciate....</p>
<p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">Alex<br></p><p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;"><br></p>