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
trying 722c52e, under openSUSE Leap-15
The
assetsdirectory 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