[C++-sig] Can boost.python and PyQt be used together?

David Abrahams dave at boost-consulting.com
Sun Dec 8 22:37:14 CET 2002


"Paul F. Kunz" <Paul_Kunz at SLAC.Stanford.EDU> writes:

> Hmmm.   This is different from yesterday.   No sign of going thru
> libsip.so, for example.   The only change in my code was to follow
> David's suggestion of `return_internal_reference<>'.
>
>    Its beginning to look like there is really something wrong with my
> code or my Boost.Python wrapping. :-(  

Or the way you've built your extension module. Are you embedding
Python in a C++ application? It looks a bit like Python was never
initialized.

Does this code still fail when you don't exercise any SIP-wrapped code
beforehand?

-- 
                       David Abrahams
   dave at boost-consulting.com * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution





More information about the Cplusplus-sig mailing list