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

fonts not found #16

Open
ederag opened this issue Apr 14, 2019 · 0 comments
Open

fonts not found #16

ederag opened this issue Apr 14, 2019 · 0 comments

Comments

@ederag
Copy link

ederag commented Apr 14, 2019

trying 722c52e, under openSUSE Leap-15

apx
Traceback (most recent call last):
  File "/home/ederag/.local/bin/apx", line 386, in <module>
    utils.install_font("04b03.ttf")
  File "/home/ederag/.local/lib/python3.6/site-packages/apx/lib/utils.py", line 11, in install_font
    shutil.copyfile(os.path.join("assets", font_filename), font_path)
  File "/usr/lib64/python3.6/shutil.py", line 120, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'assets/04b03.ttf'

The assets directory does not exist. Here is the relevant installation log:

python3 setup.py install --user
...
creating /home/ederag/.local/share/fonts
creating /home/ederag/.local/share/fonts/04b03
copying data/04b03.ttf -> /home/ederag/.local/share/fonts/04b03
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

1 participant