<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi all and a very great / happy new year to all of you.<br><br>My name is Gabriel and I’m a very beginner both as a programmer and with TextMate.<br><br>TM is one of the few editor I have found which is accessible to the VoiceOver technologies<br> I have to use as I’m totally blind.<br><br>My problem has to do with using TM to write and test Python scripts.<br><br>I have this simple one:<br><br># begin<br>a =input(“name? ")<br>print a<br># end<br><br>I press Bundle… python… run script and getting this error message:<br>***<br><img id="gradient" alt="header" style="position: absolute; left: 0px; top: 0px; z-index: 1; margin: 0px; padding: 0px;" apple-inline="yes" height="68" width="1" apple-width="yes" apple-height="yes" src="cid:CA54B2DD-9B7A-432C-BEF6-B9BB5F138364"><br>Running “untitled”…<br>Python 2.7.6<img id="teaser" alt="teaser" style="position: absolute; top: 0px; right: 0px; z-index: 2; margin: 0px; padding: 0px;" apple-inline="yes" height="57" width="57" apple-width="yes" apple-height="yes" src="cid:0C183988-59A7-4F3A-8A20-839560992BD0"><br>Theme: <br>nome<br>EOFError: 'EOF when reading a line'<br><br>module body in untitled at line 1<br>a =input("nome")<br>copy output<br>Program exited with code #1 after 0.41 seconds.<div>***</div><div><br></div><div>That’s sounds strange as the script has no mistakes.</div><div><br></div><div>Could you please  help me to found how to solve this issue?</div><div>Thanks.</div><div>Gabriel.</div></body></html>