makehumancommunity / makehuman

This is the main repository for the MakeHuman application as such.

Home Page:http://www.makehumancommunity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Absolute7070 opened this issue · 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?