Just did a clean install for dmm and got the same error message on "3_write_config.cmd",

Traceback (most recent call last):
File "3_write_config.py", line 197, in <module>
chara_info = get_character_info(entry, scenario, type)
File "3_write_config.py", line 75, in get_character_info
print '%s not found' % script_file
File "C:\Kamihime_Player-1.0-pc\Python27\lib\encodings\cp437.py", line 12, in encode
return codecs.charmap_encode(input,errors,encoding_map)
UnicodeEncodeError: 'charmap' codec can't encode characters in position 28-31: character maps to <undefined>

I've placed my folder close to the C:\ directory and even deleted the hidden Renpy save files in "C:\Users\[Your Account Name]\AppData\Roaming\RenPy\Kamihime_Player".
Considering this is a clean install, deleting just the "Kamihime_Player-1.0-pc" folder doesn't work, I think I'm out of options after reading through the entire thread. I'm guessing I did the steps right and the problem is just the unicode which I have no knowledge of. Could someone help me with this?