I'm trying to compile a module (VideoCapture.py) that uses a PIL font, and after compiling (both with PY2EXE and Pyinstaller) I get an error &quot;cannot find font file&quot;.<br><br>The offending line is:<br><br>self.normalfont
 = ImageFont.load_path('helvetica-10.pil')&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>self.boldfont = ImageFont.load_path('helvB08.pil')<br><br>I've confirmed that both fonts exist, and the script works fine when uncompiled.<br><br>I tried putting the font files in the same directory as the compiled EXE, but no improvement.
<br><br>Any help humungously appreciated.<br><br><br><br>