You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
master … Chaos-Projectile src 05:26:12 python game.py
File "/.../Chaos-Projectile/src/game.py", line 59
print "os: Windows Vista or newer"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("os: Windows Vista or newer")?
python setup.py build 1
Traceback (most recent call last):
File "/.../Chaos-Projectile/src/setup.py", line 7, in
from cx_Freeze import setup, Executable
ModuleNotFoundError: No module named 'cx_Freeze'
The text was updated successfully, but these errors were encountered:
master … Chaos-Projectile src 05:26:12 python game.py
File "/.../Chaos-Projectile/src/game.py", line 59
print "os: Windows Vista or newer"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("os: Windows Vista or newer")?
python setup.py build 1
Traceback (most recent call last):
File "/.../Chaos-Projectile/src/setup.py", line 7, in
from cx_Freeze import setup, Executable
ModuleNotFoundError: No module named 'cx_Freeze'
The text was updated successfully, but these errors were encountered: