makehuman.py - run from terminal

Tech support and suggestions forum. If you only have a basic question on how to get started, please use the "newbies" forum in the community section.

Moderator: joepal

makehuman.py - run from terminal

Postby Aussie_xt » Tue Feb 25, 2020 1:54 pm

Hi,
i found few bugs while trying to run makehuman in makehuman.py and can't run from terminal

if argOptions.get('license', False):
print "\n" + getCopyrightMessage() + "\n" should be print ("\n" + getCopyrightMessage() + "\n") ??
sys.exit(0)

and similar

def main():
print getCopyrightMessage(short=True) + "\n" should be print (getCopyrightMessage(short=True) + "\n") ??
Thanks.
Aussie_xt
 
Posts: 1
Joined: Tue Feb 25, 2020 1:38 pm

Re: makehuman.py - run from terminal

Postby joepal » Wed Feb 26, 2020 6:31 am

Which version of makehuman is this? It seems that you are trying to run the old python 2 code with a python 3 interpreter, which will not work.

The current makehuman code is here: https://github.com/makehumancommunity/makehuman
Joel Palmius (LinkedIn)
MakeHuman Infrastructure Manager
http://www.palmius.com/joel
joepal
 
Posts: 4474
Joined: Wed Jun 04, 2008 11:20 am


Return to Bugs, problems and feature requests

Who is online

Users browsing this forum: No registered users and 1 guest