makehumancommunity / makehuman

This is the main repository for the MakeHuman application as such.
http://www.makehumancommunity.org
Other
1.18k stars 244 forks source link

bitbucket-stable crashes with syntax error #227

Closed martinellison closed 1 year ago

martinellison commented 1 year ago

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
joepal1976 commented 1 year ago

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.

martinellison commented 1 year ago

ok thanks. Perhaps the doco could make that more clear.

My problem is that the master branch is crashing badly for me (which is off topic for this issue) and I was looking for a stable version. Perhaps there isn't one.

Regards, Martin Ellison (he/him)

On Mon, 26 Jun 2023, 21:45 Joel Palmius, @.***> wrote:

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.

— Reply to this email directly, view it on GitHub https://github.com/makehumancommunity/makehuman/issues/227#issuecomment-1607505632, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEA3AQJ4M3L5CLQVQSHESTXNGHADANCNFSM6AAAAAAZUBEAXE . You are receiving this because you authored the thread.Message ID: @.***>