Jump to content

mephenstein

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

mephenstein's Achievements

Apprentice

Apprentice (3/16)

  • One Year In
  • One Month Later
  • Week One Done
  • Dedicated
  • First Post

Recent Badges

0

Reputation

  1. Thanks for the help with the update, but when I launch the client I get an error "python library file does not exit". I tried the solution with running in sandbox mode, but the error is still there. Can you explain how to correctly specify the sandbox mode of python in CPythonLauncher()? PyImport_ExtendInittab(kModules) complains about kModules. Can you explain in simple words, do I understand correctly that this function loads modules from PyImport_AppendInittab("*", PyInit_*) or do I need to create a separate list of kModules or can I get rid of this function and return a list of PyImport_AppendInittab("pack", PyInit_pack) etc? In general can you explain how to do it correctly or explain in simple words, which way to look?
  2. Hi! I have problems with Cyrillic and Unicode. I'm trying to change any entered text (in chat) to utf-8 and there is a problem with Cyrillic characters. Can you tell me step by step how can I do this? It is not entirely clear to me what is happening in IME.cpp and under what conditions you used the Py* asString function. Python 2.7 / CPP 20.
  3. How did you solve this problem? Assembly/pre-assembly/cleaning does not help.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.