makehumancommunity/makehuman

SyntaxError: invalid syntax in lib/glmodule.py (Ubuntu 22.04.2)

Absolute7070 opened this issue · 1 comments

Got following output when running makehuman.py:

Traceback (most recent call last):
File "makehuman.py", line 621, in
main()
File "makehuman.py", line 611, in main
from mhmain import MHApplication
File "./core/mhmain.py", line 44, in
import mh
File "./lib/mh.py", line 43, in
from glmodule import grabScreen, hasRenderSkin, renderSkin, getPickedColor, hasRenderToRenderbuffer, renderToBuffer, renderAlphaMask
File "./lib/glmodule.py", line 76
log.error(f"{func.name} raised {error}")
^
SyntaxError: invalid syntax

What is the syntax error in this part?

There was obviously a fix some time ago.