I grabbed 4.2 from the website yesterday. I have just found that `import itk` works, but I am trying to follow the python registration examples -- i.e. <a href="https://github.com/Kitware/ITK/blob/master/Examples/Registration/ImageRegistration3.py">https://github.com/Kitware/ITK/blob/master/Examples/Registration/ImageRegistration3.py</a> where `import InsightToolkit` is used.<div>
<br></div><div>If I comment out the line from the error message, I am able to import it and the example linked above runs; this is probably the solution for now if there is nothing wrapped anyway.</div><div>&gt;   File &quot;/usr/local/lib/ITK-4.2/Python/InsightToolkit.py&quot;, line 77, in &lt;module&gt;<br>
<div><div><br></div><div>Brett.<br><br><div class="gmail_quote">On Tue, Oct 2, 2012 at 5:07 PM, Bradley Lowekamp <span dir="ltr">&lt;<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Brett,<br>
<br>
What version of ITK did you compile? I have a version of 4.2 with wrapITK that is working just fine. I usually do an &quot;import itk&quot;.<br>
<br>
There is nothing wrapped in the Metricsv4 directory:<br>
<br>
<a href="https://github.com/Kitware/ITK/tree/master/Modules/Registration/Metricsv4/wrapping" target="_blank">https://github.com/Kitware/ITK/tree/master/Modules/Registration/Metricsv4/wrapping</a><br>
<br>
So I don&#39;t think you are missing anything.<br>
<br>
Brad<br>
<div><div class="h5"><br>
On Oct 2, 2012, at 11:49 AM, Brett Tully &lt;<a href="mailto:brett.tully@oxyntix.com">brett.tully@oxyntix.com</a>&gt; wrote:<br>
<br>
&gt; Dear all,<br>
&gt;<br>
&gt; I have built ITK from source, and I believe that it has succeeded (some the C++ examples run with no problems). However, I am trying to use ITK through Python and I get the following error:<br>
&gt;<br>
&gt; &gt;&gt;&gt; import InsightToolkit as itk<br>
&gt; Traceback (most recent call last):<br>
&gt;   File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
&gt;   File &quot;/usr/local/lib/ITK-4.2/Python/InsightToolkit.py&quot;, line 77, in &lt;module&gt;<br>
&gt;     from ITKMetricsv4Python import *<br>
&gt; ImportError: No module named ITKMetricsv4Python<br>
&gt;<br>
&gt; I have tried searching the web, and have compiled with various different options, but I can&#39;t seem to get it to work. I am sure that the related C++ has compiled, as ./ITKMetricsv4TestDriver runs just fine...<br>

&gt;<br>
&gt; Am I missing something obvious?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Brett.<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br>
</blockquote></div><br></div></div></div>