Quote:
Originally Posted by st_albert
Here you go. Note that ark crashed at the end, after creating the archive, but the font seems OK.
|
Unfortunately, I'm not able to reproduce this error. I'm getting the following message:
Try the following:
change line #51 in plugin.py from:
Code:
text += BeautifulSoup(html).text
to:
Code:
text += BeautifulSoup(html,'html.parser').text
This should suppress the phony bs4 error message. Also please check if your DejaVuSans font files are read-only and/or obfuscated or if your temp folder requires special permissions.
IIRC, you also have a Windows machine. Please try to subset the same file on your Windows machine. This will use a Python library instead of the pyftsubset command line tool and you'll hopefully get a meaningful error message.
I'll look into this in more detail either tomorrow or on Monday.