Bug#725995: idle-python2.7: bug#725995 reported and fixed upstream

2013-11-03 Thread Ben Finney
package idle-python2.7 forwarded 725995 http://bugs.python.org/issue19426 tags 725995 + confirmed thanks This bug is present upstream, and is fixed in upstream version 2.7.6. The patch is in upstream's VCS at http://hg.python.org/cpython/rev/e0475c44832f>. -- \“Program testing can

Bug#725995:

2013-11-03 Thread Jackson Doak
A second workaround is listed at http://ubuntuforums.org/showthread.php?t=2182753&p=12829872#post12829872 Could one of the maintainers please choose one of the options and fix this?

Bug#725995: idle-python2.7: IDLE fails to open .py files "NameError: global name 'lst' is not defined"

2013-10-28 Thread Keith Hellman
Package: idle-python2.7 Version: 2.7.5-8 Followup-For: Bug #725995 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Maintainer, Just a follow-up for the previous report, this will happen on my machine at the command line and *not* display any windows whatsoever. The proposed line 128 fix in

Bug#725995: IDLE bug

2013-10-23 Thread Michael Bellamy
I found the error where IDLE couldn't open .py files from the command line and fixed it in my system using the following steps in Ubuntu 13.10 sudo nano /usr/lib/python2.7/idlelib/IOBinding.py change line 128: "*for line in lst:*" to this "*for line in str:*" Kind Regards, -- Michael Bell

Bug#725995: idle: IDLE fails to open .py files "NameError: global name 'lst' is not defined" in .../IOBinding.py

2013-10-10 Thread cjo
Package: idle Version: 2.7.5-5 Severity: important Dear Maintainer, I'm running IDLE with Python 2.7 and it no longer opens *.py files. It opens a blank white window that persists even after IDLE is closed and doesn't respond to 'sudo killall idle'. Fix is included below. This is the error for