Solution:
/idlelib/configDialog-old.py
114c114
< self.fontSize = IntVar(parent)
---
> self.fontSize = StringVar(parent)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1578927
Title:
Correction: Options menu opens; Options window does not.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1578927
Title:
idle crashes on configure through menu
To manage notifications about this bug g
Public bug reported:
IDLE crashes when "Configure IDLE" is selected through "Options".
Terminal output is as follows:
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1540, in __call__
return self.func(*args)
File "/usr/lib