You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I load samples and try to scroll through them program crashes with this error: Traceback (most recent call last): File "Oe2sSLE_GUI.py", line 2350, in <module> app.mainloop() File "/usr/local/Cellar/python3/3.6.0/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
Environment: macOS Sierra
Steps to reproduce:
Start program (using python 3)
Load samples (at least 20)
Try to scroll through
Program crashes with above traceback
The text was updated successfully, but these errors were encountered:
Are you using the release version?
If not, look at Issue #20: there is a tk/tkinter problem with python for mac, look at the python web site, it explains how to properly install python and a correct version of tcl/tk.
When I load samples and try to scroll through them program crashes with this error:
Traceback (most recent call last): File "Oe2sSLE_GUI.py", line 2350, in <module> app.mainloop() File "/usr/local/Cellar/python3/3.6.0/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
Environment: macOS Sierra
Steps to reproduce:
The text was updated successfully, but these errors were encountered: