pythonで奇妙なinput()エラー(解決済み)


詳細
Windowsの下で
width = input('Please enter width: ') 

この文
なぜ私がIDLEの下で運行するのが正しいのか、pydev+eclipseの下で、運行してから数字を入力して車に戻るとエラーが発生しますか?raw_しか使えません代わりに
SyntaxError:unexpected EOF while parsingエラー
ドキュメント内のThis function is not safe from user errors!It expects a valid Python expression as input; if the input is not syntactically valid, a SyntaxError will be raised
ここでnot syntacticallyとは何ですか?