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
You may run into an error saying: ModuleNotFoundError: No module named 'tkinter'. Fix it by installing tkinter directly:
sudo apt-get install python3-tk
You may also run into:
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 139 (RENDER)
Minor opcode of failed request: 20 (RenderAddGlyphs)
Serial number of failed request: 780
Current serial number in output stream: 801
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ModuleNotFoundError: No module named 'tkinter'
. Fix it by installing tkinter directly:Fixed by running:
Beta Was this translation helpful? Give feedback.
All reactions