Domenico Mustara added the comment:
Is idle-python2.7_2.7.5-8ubuntu3.1_all.deb the latest package? I downloaded it
from saucy and saucy-updates repository via packages.ubuntu.com. In both cases
the error is still there. I don't want to be annoying but I would like you to
decompres
New submission from Domenico Mustara:
Not a new issue, many Python users have already written about this error. In
line 128 of IOBinding.py file, please change 'str = str.split("\n", 2)[:2]" to
"lst = str.split("\n", 2)[:2]". This error prevents IDLE fr