Message380925
It looks like the lack of completions in msg375769 is a problem with Tk 8.6.8 as used by the python.org installers.
I have a build of master with Tk 8.6.10 on my DTK system and with that Edit->Show completions works in a shell window.
However: Ctrl+s does not show the completion pop-up, even though the "Edit" button in the application menu flashes (which indicates that Ctrl+s is recognised as a keyboard shortcut). Just using Tab for completion works fine though (shows the completion pop-up).
---
I did get a similar traceback to the one in msg375764 once, this is without using multiprocessing. I haven't been able to reproduce this yet.
python3.10 -m idlelib
Exception in Tkinter callback
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/__init__.py", line 1884, in __call__
return self.func(*args)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/idlelib/autocomplete_w.py", line 248, in winconfig_event
acw_width, acw_height = acw.winfo_width(), acw.winfo_height()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/__init__.py", line 1290, in winfo_width
self.tk.call('winfo', 'width', self._w))
_tkinter.TclError: bad window path name ".!listedtoplevel.!frame.text.!toplevel8" |
|
Date |
User |
Action |
Args |
2020-11-13 19:09:04 | ronaldoussoren | set | recipients:
+ ronaldoussoren, rhettinger, terry.reedy, ned.deily, serhiy.storchaka |
2020-11-13 19:09:03 | ronaldoussoren | set | messageid: <1605294543.96.0.939905685852.issue41611@roundup.psfhosted.org> |
2020-11-13 19:09:03 | ronaldoussoren | link | issue41611 messages |
2020-11-13 19:09:03 | ronaldoussoren | create | |
|