Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/easygui/boxes/utils.py", line 29, in
import tkinter as tk # python3
ModuleNotFoundError: No module named 'tkinter'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/easygui/boxes/utils.py", line 36, in
import Tkinter as tk # python2
ModuleNotFoundError: No module named 'Tkinter'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/easygui/boxes/button_box.py", line 15, in
from . import utils as ut
File "/usr/local/lib/python3.10/dist-packages/easygui/boxes/utils.py", line 43, in
raise ImportError("Unable to find tkinter package.")
ImportError: Unable to find tkinter package.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/protest1404/Netflixer/main.py", line 1, in
import os, re, time, random, threading, requests, easygui, datefinder
File "/usr/local/lib/python3.10/dist-packages/easygui/init.py", line 34, in
from .boxes.button_box import buttonbox
File "/usr/local/lib/python3.10/dist-packages/easygui/boxes/button_box.py", line 18, in
import global_state
ModuleNotFoundError: No module named 'global_state'
Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/easygui/boxes/utils.py", line 29, in
import tkinter as tk # python3
ModuleNotFoundError: No module named 'tkinter'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/easygui/boxes/utils.py", line 36, in
import Tkinter as tk # python2
ModuleNotFoundError: No module named 'Tkinter'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/easygui/boxes/button_box.py", line 15, in
from . import utils as ut
File "/usr/local/lib/python3.10/dist-packages/easygui/boxes/utils.py", line 43, in
raise ImportError("Unable to find tkinter package.")
ImportError: Unable to find tkinter package.
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/protest1404/Netflixer/main.py", line 1, in
import os, re, time, random, threading, requests, easygui, datefinder
File "/usr/local/lib/python3.10/dist-packages/easygui/init.py", line 34, in
from .boxes.button_box import buttonbox
File "/usr/local/lib/python3.10/dist-packages/easygui/boxes/button_box.py", line 18, in
import global_state
ModuleNotFoundError: No module named 'global_state'