Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドキュメントによると、PyImport_AppendInittab は「Py_Initialize() の前に呼び出す必要があります。」
なぜそうなるのかについての説明はなく、このアドバイスを無視すると、実用的なアプリケーションが得られます。では、これは機能しているのに、どのような状況で機能しないのでしょうか?
ドキュメントにそう書かれているので; また、API に違反すると、今日動作するアプリケーションが生成される可能性がありますが、明日は生成されません。
発生する可能性のあるいくつかの問題:
sys.builtin_module_names
Py_Initialize
PyImport_AppendInittab