Trying to reproduce the 1st minute of the second video on my machine I get
user@Mint-VirtualBox ~ $ llgen -f llgen.fonts
=== /home/tmb/bin/Fonts/DejaVuSansMono.ttf @ 36
Traceback (most recent call last):
File "/usr/local/bin/llgen", line 160, in <module>
font = ImageFont.truetype(fontfile,size)
File "/usr/lib/python2.7/dist-packages/PIL/ImageFont.py", line 218, in
truetype
return FreeTypeFont(filename, size, index, encoding)
File "/usr/lib/python2.7/dist-packages/PIL/ImageFont.py", line 134, in
__init__
self.font = core.getfont(file, size, index, encoding)
IOError: cannot open resource
What am I doing wrong?
Best regards
Janusz