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 _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
