http://www.makehuman.org/forum/viewtopic.php?f=13&t=9377
Maketarget and Makeface have the same problem, I press the button "import base objet" in maketarget or "create base character" in makeface and I get the following error message:
- Code: Select all
location:<unknown location>:-1
*** Cannot open C:\program\makehuman\data\3dobjs\base.mhclo
Traceback (most recent call last):
File "C:\Users\damian\AppData\Roaming\Blender Foundation\Blender\2.63\scripts
addons\maketarget\maketarget.py", line 70, in execute
import_obj.importBaseMhclo(context)
File "C:\Users\damian\AppData\Roaming\Blender Foundation\Blender\2.63\scripts
addons\mh_utils\import_obj.py", line 62, in importBaseMhclo
ob = importObj(the.Proxy.obj_file, context)
File "C:\Users\damian\AppData\Roaming\Blender Foundation\Blender\2.63\scripts
addons\mh_utils\import_obj.py", line 80, in importObj
obname = utils.nameFromPath(filepath)
File "C:\Users\damian\AppData\Roaming\Blender Foundation\Blender\2.63\scripts
addons\mh_utils\utils.py", line 142, in nameFromPath
(name,ext) = os.path.splitext(os.path.basename(filepath))
File "C:\Program Files\Blender Foundation\Blender\2.63\python\lib\ntpath.py",
line 309, in basename
return split(p)[1]
File "C:\Program Files\Blender Foundation\Blender\2.63\python\lib\ntpath.py",
line 280, in split
d, p = splitdrive(p)
File "C:\Program Files\Blender Foundation\Blender\2.63\python\lib\ntpath.py",
line 208, in splitdrive
if len(p) > 1:
TypeError: object of type 'NoneType' has no len()
location:<unknown location>:-1
location:<unknown location>:-1