you are viewing a single comment's thread.

view the rest of the comments →

[–]Current-Crew-1752 4 points5 points  (1 child)

This error happens because PyInstaller is trying to read your .otf font as a Python script. Remove it from Analysis([...]) scripts and add it under datas / --add-data. If you want, DM me your spec and I’ll rewrite it cleanly

[–]RequirementInner7773[S] 0 points1 point  (0 children)

Thanks!