-
Notifications
You must be signed in to change notification settings - Fork 47
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
App start failed on macOS 11.1 big sur #56
Comments
Interesting. My understanding is that tkinter does not work properly on macOS. It would be good to know if, after commenting out those lines, whether the whole application runs on the mac. |
Hey Pete, I can confirm that if the state parameter is removed, then the app works fine on MacOS. |
Interesting. is it just this one place? or are there others? If you can identify all of the places, I'd be happy to make the change (maybe just wrap it in a try-catch, or do an os test prior to such lines. Pete |
@PetePupalaikis @madmadcat
When attempting to run the SignalIntegrity application, I encountered the following error and its the only one: Traceback (most recent call last): |
It works on Windows but my macOS.
heres are error messages
And I've tried to comment line 452 to line 455 in SingalIntegrityApp.py
the App start normally.
The text was updated successfully, but these errors were encountered: