python compile

11/23/2012 17:09 3t3r4n#1
How can I compile a py file to pyc and load it in metin2?
i use py_compile.py , it create pyc file in __pycache__.
I have put it in lib folder and I use this logininfo.py
and client give me this error
11/23/2012 17:34 [uLow]Beni#2
you must complie it with metin2 or with a python 2.2 Version,
else it will not work

in metin2 you can do it with:
import Name.py
then you will have a Name.pyc in your folder.
11/23/2012 18:22 3t3r4n#3
i love u man :handsdown: :D
tks bro ;)