Pycraft icon indicating copy to clipboard operation
Pycraft copied to clipboard

AttributeError: module 'text_utils' has no attribute 'TextRenderer'

Open wwwslinger opened this issue 6 months ago • 1 comments

Looks like some updates were push to main for pycraft_main.py but not for the corresponding utilities:

Pycraft has ran into a problem module 'text_utils' has no attribute 'TextRenderer'
Traceback (most recent call last):
  File "src/programs/pycraft_main.py", line 56, in __init__
    Registry.fonts = text_utils.TextRenderer()
                     ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'text_utils' has no attribute 'TextRenderer'

wwwslinger avatar Jun 13 '25 17:06 wwwslinger