Mattdoe - 2009-11-24

I have recently installed easyeclipse 1.3.1 on a PC running with windows vista 64bit.
I have also installed python 2.6 on that same computer, and tried to write a few simple scripts.
Problem : a=input('blablabla') works using just python, but gives me an error message using easyeclipse. The error message is the following : SyntaxError: unexpected EOF while parsing. Is there a way to fix that ?