[PyKDE] Are Python extenstions built with SIP and Boost.Python in compatible?
Phil Thompson
phil at river-bank.demon.co.uk
Sun Dec 8 02:30:01 GMT 2002
On Saturday 07 December 2002 8:55 pm, Paul F. Kunz wrote:
> I have wrapped some C++ classes which derive from Qt window classes
> and wrapped them with Boost.Python as a Python extension module.
> Now, some people want to use my widgets within a PyQt application. At
> first glance they appear to be incompatible with each other.
>
> Is it a known problem that you can not mix SIP extensions with
> Boost.Python ones? If so, are there any work arounds?
I don't think it's a known problem because I'd be surprised if anybody had
tried it before.
The obvious workaround is to re-wrap your widgets using SIP.
Phil
More information about the PyQt
mailing list