Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on window scroll #24

Open
baneizalfe opened this issue Aug 5, 2017 · 1 comment
Open

Crash on window scroll #24

baneizalfe opened this issue Aug 5, 2017 · 1 comment

Comments

@baneizalfe
Copy link

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:

  1. Start program (using python 3)
  2. Load samples (at least 20)
  3. Try to scroll through
  4. Program crashes with above traceback
@JonathanTaquet
Copy link
Owner

JonathanTaquet commented Aug 5, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants