Quote:
Originally Posted by funkenalemanen
SyntaxError: Non-UTF-8 code starting with '\xdf' in file C:\Users\IHackU\Downloa
ds\addon manager.py on line 17, but no encoding declared; see ht.tp://python.org/
dev/peps/pep-0263/ for details
i pasted it too in the metin2 folder, changed the .py files and same message
i dont know what i do wrong but python hacks dont work for me :S
|
o.O wtf
Metin2 is using the encoding cp949 so it shouldn't be a problem.
Ahm add in the first/second line this code:
PHP Code:
#!/usr/bin/python
# -*- coding: latin-1 -*-
isn't cp949, but latin-1 works fine too
kind regards DaRealFreak