无论我在什么平台上运行,Python Turtle都会使MacOS崩溃

无论我在什么平台上运行,Python Turtle都会使MacOS崩溃,python,python-turtle,Python,Python Turtle,我试图找到一个答案,解释为什么每次我试图用Python运行turtle时,turtle都会让我退出 我试过在Spyder和终端中运行它,但它一直不起作用 我只是尝试运行以下测试: from turtle import * forward(100) bye() 我一直收到以下错误代码: HIToolbox: received notification of WindowServer event port death. port matched the WindowServer port cr

我试图找到一个答案,解释为什么每次我试图用Python运行turtle时,turtle都会让我退出

我试过在Spyder和终端中运行它,但它一直不起作用

我只是尝试运行以下测试:

from turtle import *

forward(100)

bye()
我一直收到以下错误代码:

HIToolbox: received notification of WindowServer event port death.
port matched the WindowServer port created in BindCGSToRunLoop
CGSTrackingRegionSetIsEnabled returned CG error 268435459
CGSTRackingRegionSetiseEnabled返回CG错误268435459

曾多次报道