I use the hg version of MakeHuman.
On my last "hg pull/hg update" the version switched to 1.2.
It works, except that when I try running: python download_assets.py, I get:
- Code: Select all
Refreshing assets from repository "base" (version 1.2)
Connecting to FTP...
Traceback (most recent call last):
File "download_assets.py", line 311, in <module>
ftp.cwd(ftpPath.replace('\\', '/'))
File "/usr/lib/python2.7/ftplib.py", line 562, in cwd
return self.voidcmd(cmd)
File "/usr/lib/python2.7/ftplib.py", line 254, in voidcmd
return self.voidresp()
File "/usr/lib/python2.7/ftplib.py", line 229, in voidresp
resp = self.getresp()
File "/usr/lib/python2.7/ftplib.py", line 224, in getresp
raise error_perm, resp
ftplib.error_perm: 550 Can't change directory to /makehuman/assets/1.2/base: No such file or directory
When am I supposed to create the /makehuman/assets/1.2/base folder ? In the root folder of my Linux system ?
Please help. Thank you in advance.