Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
morellik opened this issue Nov 25, 2024 · 1 comment
Open

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

morellik opened this issue Nov 25, 2024 · 1 comment

Comments

@morellik
Copy link

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'

@DevER-M
Copy link
Owner

DevER-M commented Nov 25, 2024

ill look into the problem

@DevER-M DevER-M pinned this issue Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants