You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
bakefont3/bakefont3/encode.py
Line 279 in b5e05f5
Hello, first time user of bakefont3 here. I'm running into a StopIteration error when running the example. It looks like something changed in more recent versions of python in the last 3 years, that broke your code. There seems to be a very simple fix, which works for me anyway, that I got from this thread: https://stackoverflow.com/questions/37707187/python-pep479-change-stopiteration-handling-inside-generators
In a nutshell, replace 'raise StopIteration' with a simple 'return'.
I'm using Python 3.9.3 on Arch Linux Arm.
Cheers,
The text was updated successfully, but these errors were encountered: