RhenaudTheLukark / CreateYourFrisk

Rhenaud The Lukark's Unitale fork
GNU General Public License v3.0
132 stars 56 forks source link

The build.py wont work #110

Closed jmxamongusmodder closed 1 year ago

jmxamongusmodder commented 2 years ago

Describe the bug File "C:\Users\thinkagainsucka\Downloads\CreateYourFrisk-0.6.6.1\CreateYourFrisk-0.6.6.1\Build.py", line 30 print("Creating \"bin\" folder...", end="") ^ SyntaxError: invalid syntax

To Reproduce Steps to reproduce the behavior:

  1. just do it

Expected behavior I thought it would buildlldldl

Screenshots epicerror

Setup (please complete the following information):

Dobby233Liu commented 2 years ago

What Python version are you using? In case you want to, you can download the already built 64 bit windows version of 0.6.6.2 here or 0.6.6.1 here, those builds are linked in the Releases page

LucasCTN commented 2 years ago

You are probably using Python 2 instead of Python 3 to run the script. The way to use print() is different. Try using python3 Build.py to execute it.

RhenaudTheLukark commented 1 year ago

I will assume it's been fixed, if it hasn't feel free to open again!