TclError message on modules

Whenever I try to use the TURTLE or TKINTER modules on python I get an error message saying the following:
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: error getting working directory name: not owner

Does anyone know how to fix these errors?

Hey George it could be a couple of things… I suspect the error could be a permissions issue… first of which OS are you using? if Linux then try to run as a superuser… check your permissions of your current directory with ls -l

I use MacOS 13.3.1. I have been getting this error since I installed Python a year ago.