En Mon, 30 Apr 2007 18:08:30 -0300, Bart <[EMAIL PROTECTED]> escribió:
> I have static linked module in application plugin.
>
> Thirst thing how to remove this module from memory after Py_Finalize();
> Because there is segfault after - deactivate,activate this plugin.
>
> PyImport_AppendInittab("m
I have static linked module in application plugin.
Thirst thing how to remove this module from memory after Py_Finalize();
Because there is segfault after - deactivate,activate this plugin.
PyImport_AppendInittab("module_name",init_module_name);
Py_Initialize();
How to check what provides this m