wardmike / Honors-Capstone

Algorithmic Trading for Cryptocurrencies
8 stars 0 forks source link

Error when trying to two-finger scroll #18

Closed wardmike closed 6 years ago

wardmike commented 6 years ago

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

wardmike commented 6 years ago

Tkinter GUI was abandoned.