<div dir="ltr"><div><div>Hello,<br><br></div>I have the following program that employs the dcm2jpg.exe software:<br><br>import os<br>os.system(“dcm2jpg.exe IM-0004-0004.dcm”)<br>exit<br><br></div>When I tried to run it, I got the following error:<br><div><div><div><br>SyntaxError: Non-ASCII character '\xe2' in file dicomjpg.py on line 2, but no en<br>coding declared; see <a href="http://python.org/dev/peps/pep-0263/">http://python.org/dev/peps/pep-0263/</a> for details<br><br></div><div>Why is that? How can this error be solved?<br><br>Thanks.<br></div><div><br></div></div></div></div>