On Saturday 07 April 2007 11:49 pm, Bart wrote:
> I have some questions:
> 1. Why sip don't generate also name_of_module_cmodule.h ?

Because there is no need for it.

> 2. Why in name_of_module_cmodule.cpp there is no deinit_module() function?
> I'm asking because after Py_Finalize() and PyInitialize();init_module();
> have application crash.

The module initialisation function is only meant to be called by the 
interpreter.

Phil
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to