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