cpbotha/nvpy

_tkinter.TclError: ambiguous option "": must be moveto or scroll

Opened this issue · 0 comments

The nvPY crashed when typing the keyboard and operating the mouse quickly.

2024-03-31 16:52:03,412 - ERROR - Traceback (most recent call last):
  File "/usr/lib/python3.11/tkinter/__init__.py", line 1967, in __call__
    return self.func(*args)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/tkinter/__init__.py", line 2001, in yview
    res = self.tk.call(self._w, 'yview', *args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_tkinter.TclError: ambiguous option "": must be moveto or scroll

Environment

  • Debian sid
  • nvpy 2.3.1
  • tk 8.6.14
  • tcl 8.6.14
  • python 3.11.8