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
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?