Clicking on the scroll bar works fine to scroll, but using the trackpad to try a two-finger scroll produces this error:
Traceback (most recent call last):
File "main.py", line 174, in
main()
File "main.py", line 170, in main
root.mainloop()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tkinter/init.py", line 1277, in mainloop
self.tk.mainloop(n)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
Clicking on the scroll bar works fine to scroll, but using the trackpad to try a two-finger scroll produces this error:
Traceback (most recent call last): File "main.py", line 174, in
main()
File "main.py", line 170, in main
root.mainloop()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tkinter/init.py", line 1277, in mainloop
self.tk.mainloop(n)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte