Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build #17

Open
Ygarr opened this issue Nov 20, 2021 · 1 comment
Open

Cannot build #17

Ygarr opened this issue Nov 20, 2021 · 1 comment

Comments

@Ygarr
Copy link

Ygarr commented Nov 20, 2021

  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'

@bitcraft
Copy link

the source code has not been updated to use python 3. you will need to try again with python 2.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants