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
After the pip installation, I try to execute yami but I receive the following exception:
pygame 2.6.1 (SDL 2.28.4, Python 3.9.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/home/morelli/.local/bin/yami", line 5, in
from yami.main import entry
File "/home/morelli/.local/lib/python3.9/site-packages/yami/init.py", line 1, in
from .music import MusicPlayer
File "/home/morelli/.local/lib/python3.9/site-packages/yami/music.py", line 24, in
ctk.set_default_color_theme("yami/data/theme.json")
File "/home/morelli/.local/lib/python3.9/site-packages/customtkinter/init.py", line 69, in set_default_color_theme
ThemeManager.load_theme(color_string)
File "/home/morelli/.local/lib/python3.9/site-packages/customtkinter/windows/widgets/theme/theme_manager.py", line 23, in load_theme
with open(theme_name_or_path, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'yami/data/theme.json'
The text was updated successfully, but these errors were encountered:
After the pip installation, I try to execute yami but I receive the following exception:
pygame 2.6.1 (SDL 2.28.4, Python 3.9.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/home/morelli/.local/bin/yami", line 5, in
from yami.main import entry
File "/home/morelli/.local/lib/python3.9/site-packages/yami/init.py", line 1, in
from .music import MusicPlayer
File "/home/morelli/.local/lib/python3.9/site-packages/yami/music.py", line 24, in
ctk.set_default_color_theme("yami/data/theme.json")
File "/home/morelli/.local/lib/python3.9/site-packages/customtkinter/init.py", line 69, in set_default_color_theme
ThemeManager.load_theme(color_string)
File "/home/morelli/.local/lib/python3.9/site-packages/customtkinter/windows/widgets/theme/theme_manager.py", line 23, in load_theme
with open(theme_name_or_path, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'yami/data/theme.json'
The text was updated successfully, but these errors were encountered: