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
Code:
import pyc
StartDialog = Previewer()
StartDialog.Show()
and client give me this error