makehumancommunity / makehuman

This is the main repository for the MakeHuman application as such.
http://www.makehumancommunity.org
Other
1.18k stars 244 forks source link

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

Closed Absolute7070 closed 1 week ago

Absolute7070 commented 11 months ago

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?

Aranuvir commented 1 week ago

There was obviously a fix some time ago.