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

FoxDot does not open on macOS Big Sur #237

Open
marcora opened this issue Dec 31, 2020 · 3 comments
Open

FoxDot does not open on macOS Big Sur #237

marcora opened this issue Dec 31, 2020 · 3 comments

Comments

@marcora
Copy link

marcora commented Dec 31, 2020

Aborts with message 'macOS 11 or later required!'

@MrMebelMan
Copy link

I don't think this is a FoxDot issue. Can you please execute these commands in Python shell and see if it throws the same error?

import tkinter
root = tkinter.Tk()

@marcora
Copy link
Author

marcora commented Jan 11, 2021 via email

@MrMebelMan
Copy link

MrMebelMan commented Jan 11, 2021

Looks like a Python issue: https://bugs.python.org/issue42480

Maybe try using an older Python version?

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