bash0 / cewe2pdf

A python script to turn cewe photobooks into pdfs
GNU General Public License v3.0
41 stars 26 forks source link

Make sure that pyinstaller can create a working exe from our code. #172

Closed AnEnglishmanInNorway closed 1 month ago

AnEnglishmanInNorway commented 1 month ago

otf.py now explicitly imports the fontTools.cu2qu.errors module so that it is imported by pyinstaller. Using --hidden-import on the command line or in the spec file would also fix it, but doing this import means that the pyinstaller command remains minimal.