[C++-sig] Deriving Python function from C++ base class with pure virtual function

Paul F. Kunz Paul_Kunz at slac.stanford.edu
Thu Dec 2 22:40:46 CET 2004


>>>>> On Thu, 02 Dec 2004 15:34:15 -0500, Jonathan Brandmeyer <jbrandmeyer at earthlink.net> said:


> Execute PyExec_InitThreads() in your module initialization function,
> and see if that helps (it does for me).  Python does not do this
> automatically.

   I assumed you meant PyEval_InitThreads().   If so, that works!
Thanks a million.



More information about the Cplusplus-sig mailing list