Re: removing module

2007-05-01 Thread Gabriel Genellina
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

removing module

2007-04-30 Thread Bart
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