makehuman icon indicating copy to clipboard operation
makehuman copied to clipboard

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

Open Absolute7070 opened this issue 2 years ago • 0 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?

Absolute7070 avatar Aug 02 '23 10:08 Absolute7070