Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter__init.py", line 1883, in call__
File "image_viewer.py", line 342, in
File "image_viewer.py", line 380, in edit_info
File "file_management.py", line 418, in edit_info
sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 11, and there are 9 supplied.
When I try to edit an image, it doesn't go through when I hit "Ok". Above is what occurs in the textbox when I try to hit "Ok".
Exception in Tkinter callback Traceback (most recent call last): File "tkinter__init.py", line 1883, in call__ File "image_viewer.py", line 342, in
File "image_viewer.py", line 380, in edit_info
File "file_management.py", line 418, in edit_info
sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 11, and there are 9 supplied.
When I try to edit an image, it doesn't go through when I hit "Ok". Above is what occurs in the textbox when I try to hit "Ok".