Skip to content

No such file or directory: 'yami/data/theme.json' #9

@morellik

Description

@morellik

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions