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 'UnicodeDecodeError' ??</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>-> 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>-> 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'traceback' : stb,<br> 153 u'ename' : unicode(etype.__name__),<br>--> 154 u'evalue' : unicode(evalue)<br> 155 }<br> 156</font></p><p>
<font class="Apple-style-span" color="#ff0000"><b>UnicodeDecodeError: 'ascii' codec can't decode byte 0xf3 in position 43: ordinal not in range(128)</b></font></p></span></div></div>