Quote Originally Posted by Unregistered View Post
So, I come across a rather interesting dilemma when attempting to Download Assets:

C:\Users\Contempt\Desktop\Kamihime_Player\Kamihime _Player\game>Python27\python.e
xe "2_download_assets.py"
Traceback (most recent call last):
File "2_download_assets.py", line 1, in <module>
import requests,json,os,sys,codecs,subprocess,shutil
ImportError: No module named requests

C:\Users\Contempt\Desktop\Kamihime_Player\Kamihime _Player\game>pause
Press any key to continue . . .

Anybody have any ideas for a solution? As it stands I'm not able to obtain the proper files to actually add any characters.
It happened because you deleted python folder with requests module installed.
You need to recover old folder or install this and other needed modules by youself.