I am attempting to run an existing program on a computer while overseas. When I click to run the .exe program it states to see the log file. When viewing the logfile it says:
Traceback (most recent call last):
File "itchycats.py", line 1249, in module
File "itchycats.py", line 808, in main
File "itchycats.py", line 326, in GetProfileInfo
File "sabnzbd\misc.pyo", line 281, in get_user_shellfolders
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 40-41: ordinal not in range(256)
I keep searching this UnicodeEncodeError: 'latin-1' ,am I able to edit the program code even though I did not create it. I do not have python or any of the other software I have read on threads discussing 'unicodeencodeerror' Is there something I can run to make my computer run this program. I have never had an issue on other computers but this is a borrowed hp notebook in Taiwan. The windows is a non-multilingual version so I cannot change it to English (which is why I think I am getting this error). Other than spending my week in Asia learning how to become a programmer are there any tips to run this software correctly?