Qirky / FoxDot

Python driven environment for Live Coding
http://foxdot.org
Other
1.03k stars 135 forks source link

FoxDot does not open on macOS Big Sur #237

Open marcora opened 3 years ago

marcora commented 3 years ago

Aborts with message 'macOS 11 or later required!'

MrMebelMan commented 3 years ago

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 commented 3 years ago

Yep! Same problem :(

On Sun, Jan 10, 2021 at 4:33 AM Vladyslav Burzakovskyy < notifications@github.com> wrote:

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 tkinterroot = tkinter.Tk()

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Qirky/FoxDot/issues/237#issuecomment-757445646, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABRR3GSYIWWIFCJINGACLSZFX5NANCNFSM4VPQS35A .

MrMebelMan commented 3 years ago

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

Maybe try using an older Python version?