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
(venv)xxxx@MacBook-Pro-3 HandwritingGenerator % python main.py
Traceback (most recent call last):
File "/Users/xxxx/Desktop/wsp/python/HandwritingGenerator/main.py", line 569, in<module>
viewer = HandFontWindow()
^^^^^^^^^^^^^^^^
File "/Users/xxxx/Desktop/wsp/python/HandwritingGenerator/main.py", line 133, in __init__
self.initUI()
File "/Users/xxxx/Desktop/wsp/python/HandwritingGenerator/main.py", line 155, in initUI
self.updateView()
File "/Users/xxxx/Desktop/wsp/python/HandwritingGenerator/main.py", line 354, in updateView
self.view.addTextItem(text=text_tmp,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/xxxx/Desktop/wsp/python/HandwritingGenerator/main.py", line 508, in addTextItem
font_family = QFontDatabase.applicationFontFamilies(font_id)[0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: