<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello Arturo,<div><br></div><div>I am continuing to CC the users list in-case some one else encounters this problem.</div><div><br></div><div>You may have encountered the following issues that is noted in the FAQ:</div><div><a href="http://www.vtk.org/Wiki/ITK_Release_4/SimpleITK/FAQ#Why_do_I_get_an_error_about_a_missing_Dynamic_Library_when_running_SimpleITK_with_Python_on_windows.3F">http://www.vtk.org/Wiki/ITK_Release_4/SimpleITK/FAQ#Why_do_I_get_an_error_about_a_missing_Dynamic_Library_when_running_SimpleITK_with_Python_on_windows.3F</a></div><div><br></div><div>It may have been that the needed VS10 run-time libraries were not already installed on &nbsp;your system. Due to the way the python library is packaged and distributed as an python egg it's difficult to get all these dlls into the system. There is no indication of that there was an error importing the library due to missing run-time components.&nbsp;</div><div><br></div><div>I however will suggest that these libraries be verified in the future when users report "mysterious" importing issues on then windows platform.</div><div><br></div><div>Thanks for following up,</div><div>Brad</div><div><br><div><div>On Aug 15, 2012, at 10:14 AM, Ing. Arturo Vargas Olivares wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Bradley.<div><br></div><div>Something strange happened... I downloaded installed Visual C++ and the problem dissapeared. Now SimpleITK is imported without problems.<br><br></div><div>Your comments are very appreciated. It is good to know that&nbsp;the SimpleITK binary is completely incompatible with EPD on MacOS X because I was thinking in make an installation in my Apple computer. By the mean time I'll be working in my Windows PC.</div></blockquote><div><br></div><div>SimpleITK can work with EPD on OSX, you just will have to compile the SimpleITK, and specify the EPD python libraries and headers during the cmake configuration.</div><br><blockquote type="cite">
<div><br></div><div>Best Regards!</div><div><br></div><div>Arturo V.</div><div><br></div><div><br><div class="gmail_quote">On Mon, Aug 13, 2012 at 8:23 AM, 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"><div style="word-wrap:break-word">Hello Arturo,<div><br></div><div>I am assuming that you tried downloaded, or easy_installed the SimpleITK binary distribution. The binary distribution for windows is compiled against the official Python distribution for windows. In some cases this has worked with other distributions, but those are not tested nor recommended. So I really can't say what is going on with the binary download and your commercial python distribution. However, we have gotten some reports that the SimpleITK binary distribution worked with EPD on windows though I don't know the specific versions. On MacOSX, the SimpleITK binary is completely incompatible with EPD.&nbsp;</div>
<div><br></div><div>I would recommend compiling SimpleITK your self against your EPD distribution. More information about compiling SimpleITK can be found here:</div><div><br></div><div><a href="http://www.itk.org/Wiki/ITK_Release_4/SimpleITK/GettingStarted#Build_It_Yourself" target="_blank">http://www.itk.org/Wiki/ITK_Release_4/SimpleITK/GettingStarted#Build_It_Yourself</a></div>
<div><br></div><div>Lastly, the fact that you are getting some type of Unicode error make me think there may be a problem some were with some type of internationalization error, incompatibility or bug in some component. I'd suggest trying to disable these features if &nbsp;you are able, and see if the SimpleITK binary will work before you recompile.</div>
<div><br></div><div>Good Luck,</div><div>Brad</div><div><br></div><div><br><div><div><div class="h5"><div>On Aug 9, 2012, at 4:35 PM, Ing. Arturo Vargas Olivares wrote:</div><br></div></div><blockquote type="cite"><div><div class="h5">
Hi list !!<div><br></div><div>I have installed EPD and SimpleITK in a Windows 7 environment (32 bits).</div><div><br></div><div>When I'm trying to import 'SimpleITK' from the IPython prompt a 'UnicodeDecodeError' appears (shown below). I'm not sure about the root cause of this problem.</div>

<div><br></div><div>Does anybody know about a possible solution for this&nbsp;'UnicodeDecodeError' &nbsp;??</div><div><br></div><div>Regards!</div><div><br></div><div>Arturo V.</div><div><br><div><br></div><div><p style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px">

<font color="#009900">import SimpleITK as sitk</font><br><font color="#000099">---------------------------------------------------------------------------<br>UnicodeDecodeError&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Traceback (most recent call last)<br>

C:\Python27\lib\site-packages\IPython\core\interactiveshell.pyc in run_code(self, code_obj)<br>&nbsp;&nbsp; 2547&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.CustomTB(etype,value,tb)<br>&nbsp;&nbsp; 2548&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; except:<br>-&gt; 2549&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.showtraceback()<br>

&nbsp;&nbsp; 2550&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else:<br>&nbsp;&nbsp; 2551&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; outflag = 0</font></p><p style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><font color="#000099">C:\Python27\lib\site-packages\IPython\core\interactiveshell.pyc in showtraceback(self, exc_tuple, filename, tb_offset, exception_only)<br>

&nbsp;&nbsp; 1646&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value, tb, tb_offset=tb_offset)<br>&nbsp;&nbsp; 1647&nbsp;<br>-&gt; 1648&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self._showtraceback(etype, value, stb)<br>&nbsp;&nbsp; 1649&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if self.call_pdb:<br>

&nbsp;&nbsp; 1650&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # drop into debugger</font></p><p style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><font color="#000099"><br>C:\Python27\lib\site-packages\IPython\zmq\zmqshell.pyc in _showtraceback(self, etype, evalue, stb)<br>

&nbsp;&nbsp;&nbsp; 152&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; u'traceback' : stb,<br>&nbsp;&nbsp;&nbsp; 153&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; u'ename' : unicode(etype.__name__),<br>--&gt; 154&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; u'evalue' : unicode(evalue)<br>&nbsp;&nbsp;&nbsp; 155&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; 156</font></p><p style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px">

<font color="#ff0000"><b>UnicodeDecodeError: 'ascii' codec can't decode byte 0xf3 in position 43: ordinal not in range(128)</b></font></p></div></div></div></div>
_____________________________________<br>Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br><br>Visit other Kitware open-source projects at<br><a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>Kitware offers ITK Training Courses, for more information visit:<br><a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br><br>Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
<font face="Helvetica" size="3" style="font:normal normal normal 12px/normal Helvetica">========================================================</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
<font face="Helvetica" size="3" style="font:normal normal normal 12px/normal Helvetica">Bradley Lowekamp<span>&nbsp;</span><span>&nbsp;</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font:normal normal normal 12px/normal Helvetica">Medical Science and Computing for</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font:normal normal normal 12px/normal Helvetica">Office of High Performance Computing and Communications</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font:normal normal normal 12px/normal Helvetica">National Library of Medicine<span>&nbsp;</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
<font face="Helvetica" size="3" style="font:normal normal normal 12px/normal Helvetica"><a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a></font></div><br></span></div></span></span><br>
</div>
<br></div></div></blockquote></div><br></div>
</blockquote></div><br><div>
<span class="Apple-style-span" style="font-size: 12px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">========================================================</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Bradley Lowekamp<span class="Apple-converted-space">&nbsp;</span><span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Medical Science and Computing for</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Office of High Performance Computing and Communications</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">National Library of Medicine<span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; "><a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a></font></p><br class="Apple-interchange-newline"></span></div></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>