You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if gui.py printed helpful info regarding how to install the python idle library. Instead it prints the following:
Traceback (most recent call last):
File "./gui.py", line 17, in
from idlelib.WidgetRedirector import WidgetRedirector
ImportError: No module named idlelib.WidgetRedirector
The text was updated successfully, but these errors were encountered:
It would be nice if gui.py printed helpful info regarding how to install the python idle library. Instead it prints the following:
Traceback (most recent call last):
File "./gui.py", line 17, in
from idlelib.WidgetRedirector import WidgetRedirector
ImportError: No module named idlelib.WidgetRedirector
The text was updated successfully, but these errors were encountered: