makehumancommunity / makehuman

This is the main repository for the MakeHuman application as such.

Home Page:http://www.makehumancommunity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitbucket-stable crashes with syntax error

martinellison opened this issue · comments

commented

If I try the bitbucket-stable branch, it crashes with a syntax error:

.../makehuman> git switch bitbucket-stable
Switched to branch 'bitbucket-stable'
Your branch is up to date with 'origin/bitbucket-stable'.
.../makehuman> makehuman/makehuman
  File "/home/martin/extgit/makehuman/makehuman/makehuman.py", line 452
    print "\n" + getCopyrightMessage() + "\n"
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Also,

 python --version
Python 3.11.3

Bitbucket-stable is the ancient python 2.7 branch which was rescued from BitBucket when they closed down mercurial. It won't run with python 3.

commented