<div dir="ltr">Hi there,<br>I'm trying to contribute with an example to ITK, but the CreateNewExample Python script is yielding an error related to the location of the ITK source directory.<br><br>According to the ITK example contribution documentation [1] and the command help, to contribute with an example of a given class (say itk::ParametricSpaceToImageSpaceMeshFilter), I should run<br><br>cd /path/to/ITKExamples-build/Utilities<br>./CreateNewExample.py --class-name ParametricSpaceToImageSpaceMeshFilter /path/to/source/ITK<br><br>It looks like I'm failing to correctly specify the path to my ITK source: I've tried with the root of my ITK sources (located in a different folder from the example):<br>/path/to/source/ITK<br><br>Then the Python script fails on line 18:<br>Traceback (most recen call last):<br>File "./CreateNewExample.py", line 239, in module <br>write_all_itk_headers(itk_dir)<br>File "./CreateNewExample.py", line 18, in write_all_itk_headers<br>output = file('listofITKheader','w')<br><br><br>I've also tried with the folders where the mentioned filter's files lie<br>/path/to/source/ITK/Modules/Core/Mesh<br>and<br>/path/to/source/ITK/Modules/Core/Mesh/include<br>and<br>/path/to/source/ITK/Modules/Core/Mesh/src<br><br>In these cases git says <br>Error: wrong path for itk source tree<br><br>Any thoughts?<br><br>Thank you,<br>JON HAITZ<br><br><br>[1] <a href="http://itk.org/ITKExamples/Documentation/Contribute/ContributeWithGit.html#createnewexample">http://itk.org/ITKExamples/Documentation/Contribute/ContributeWithGit.html#createnewexample</a><br><br><br><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><br></div></div></div></div></div>
</div>