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&#39;m trying to import &#39;SimpleITK&#39; from the IPython prompt a &#39;UnicodeDecodeError&#39; appears (shown below). I&#39;m not sure about the root cause of this problem.</div>
<div><br></div><div>Does anybody know about a possible solution for this &#39;UnicodeDecodeError&#39;  ??</div><div><br></div><div>Regards!</div><div><br></div><div>Arturo V.</div><div><br><div><br></div><div><span class="Apple-style-span" style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><p>
<font class="Apple-style-span" color="#009900">import SimpleITK as sitk</font><br><font class="Apple-style-span" color="#000099">---------------------------------------------------------------------------<br>UnicodeDecodeError                        Traceback (most recent call last)<br>
C:\Python27\lib\site-packages\IPython\core\interactiveshell.pyc in run_code(self, code_obj)<br>   2547             self.CustomTB(etype,value,tb)<br>   2548         except:<br>-&gt; 2549             self.showtraceback()<br>
   2550         else:<br>   2551             outflag = 0</font></p><p><font class="Apple-style-span" color="#000099">C:\Python27\lib\site-packages\IPython\core\interactiveshell.pyc in showtraceback(self, exc_tuple, filename, tb_offset, exception_only)<br>
   1646                                                 value, tb, tb_offset=tb_offset)<br>   1647 <br>-&gt; 1648                         self._showtraceback(etype, value, stb)<br>   1649                         if self.call_pdb:<br>
   1650                             # drop into debugger</font></p><p><font class="Apple-style-span" color="#000099"><br>C:\Python27\lib\site-packages\IPython\zmq\zmqshell.pyc in _showtraceback(self, etype, evalue, stb)<br>
    152             u&#39;traceback&#39; : stb,<br>    153             u&#39;ename&#39; : unicode(etype.__name__),<br>--&gt; 154             u&#39;evalue&#39; : unicode(evalue)<br>    155         }<br>    156</font></p><p>
<font class="Apple-style-span" color="#ff0000"><b>UnicodeDecodeError: &#39;ascii&#39; codec can&#39;t decode byte 0xf3 in position 43: ordinal not in range(128)</b></font></p></span></div></div>