Oct-16-2022, 04:31 PM
(Oct-16-2022, 12:05 AM)snippsat Wrote: In file /usr/lib/python3.10/idlelib/macosx.py
Comment out line line 7 and save.
#from test.support import requires, ResourceDeniedSee if Idle will start now.
I can try it, but that will cause problems because you import something in file because you want to use that in that file. Wherever ResourceDenied occurs in file, if that line is commented will be bug. So, rather I will download python 3.10.7 version and then I will with vitualenv change default version to that mentioned version and then IDLE will work. Otherwise it will be needed to wait for new version of python 3.10.9 because current python standard library can't be upgraded and regression test package is part of it, as it said before in one my previous comment.