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?