Oct-14-2022, 04:12 PM
Output of "idle &" in terminal after garuda linux upgrade:
Error:File "/usr/bin/idle", line 3, in
from idlelib.pyshell import main
File "/usr/lib/python3.10/idlelib/pyshell.py", line 53, in
from idlelib import debugger
File "/usr/lib/python3.10/idlelib/debugger.py", line 7, in
from idlelib import macosx
File "/usr/lib/python3.10/idlelib/macosx.py", line 7, in
from test.support import requires, ResourceDenied
ModuleNotFoundError: No module named 'test'
Do not know how to reinstall test.support package in python again. If I would know that, that will fix this issue.