-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
In terminal:python /Users/XXX/Documents/PortGame/singularity/singularity.py
I get log:
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/Users/XXX/Documents/PortGame/singularity/singularity.py", line 26, in <module>
singularity.main()
File "/Users/XXX/Documents/PortGame/singularity/singularity/__init__.py", line 312, in main
data.reload_all()
File "/Users/XXX/Documents/PortGame/singularity/singularity/code/data.py", line 676, in reload_all
load_strings()
File "/Users/XXX/Documents/PortGame/singularity/singularity/code/data.py", line 626, in load_strings
load_buttons_defs()
File "/Users/XXX/Documents/PortGame/singularity/singularity/code/data.py", line 600, in load_buttons_defs
"yes" : g.hotkey(_("&YES")),
NameError: global name '_' is not defined
Reactions are currently unavailable