Traceback (most recent call last):
File "/home/mustafa/.local/lib/python3.10/site-packages/easygui/boxes/utils.py", line 29, in <module>
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 "/home/mustafa/.local/lib/python3.10/site-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 "/home/mustafa/.local/lib/python3.10/site-packages/easygui/boxes/button_box.py", line 15, in
from . import utils as ut
File "/home/mustafa/.local/lib/python3.10/site-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/mustafa/.local/bin/turkanime", line 5, in
from turkanime_api.cli.turkanime import run
File "/home/mustafa/.local/lib/python3.10/site-packages/turkanime_api/cli/turkanime.py", line 126, in
from easygui import diropenbox
File "/home/mustafa/.local/lib/python3.10/site-packages/easygui/init.py", line 34, in
from .boxes.button_box import buttonbox
File "/home/mustafa/.local/lib/python3.10/site-packages/easygui/boxes/button_box.py", line 18, in
import global_state
ModuleNotFoundError: No module named 'global_state'
**Lütfen aşağıdaki bilgileri doldurun:**
- İşletim Sistemi: Linux (PopOS!)
- Kullandığınız Sürüm: kaynak kodundan da denedim pipten de
- Versiyon https://github.com/KebabLord/turkanime-indirici/tree/582c4127c492507768f9cfbdd43253c6de4fa4a1
Sorunu açıklayın
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/mustafa/.local/lib/python3.10/site-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 "/home/mustafa/.local/lib/python3.10/site-packages/easygui/boxes/button_box.py", line 15, in
from . import utils as ut
File "/home/mustafa/.local/lib/python3.10/site-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/mustafa/.local/bin/turkanime", line 5, in
from turkanime_api.cli.turkanime import run
File "/home/mustafa/.local/lib/python3.10/site-packages/turkanime_api/cli/turkanime.py", line 126, in
from easygui import diropenbox
File "/home/mustafa/.local/lib/python3.10/site-packages/easygui/init.py", line 34, in
from .boxes.button_box import buttonbox
File "/home/mustafa/.local/lib/python3.10/site-packages/easygui/boxes/button_box.py", line 18, in
import global_state
ModuleNotFoundError: No module named 'global_state'