Quote Originally Posted by xellosp View Post
Hmm, I don't quite understand your first problem...
For the second problem, I believe it is related to Japanese character encoding. You can open the file "2_build_rpy.py" in dmm and replace "print u'キャラの名前: '," in line 27 with "print 'Character name: ',". Hopefully it'll fix your problem.
Thanks! The problem was solved and now I can use 2_build_rpy with no other problems.