"Paul F. Kunz" <[EMAIL PROTECTED]> writes:

>    Me again, one final time on this topic.
>
>    I built a Python extension module for my C++ CanvasWindow class using
> SIP.   Now the following works...
>
> [pfkeb@Kunz-pbdsl1 sip]$ python
> Python 2.2.2 (#1, Oct 15 2002, 07:42:56) 
> [GCC 2.95.3 20010315 (release)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import sys
>>>> from qt import *
>>>> app = QApplication ( sys.argv)
>>>> from sihippo import *
>>>> cw = CanvasWindow()
>>>> cw.show()
>>>> app.exec_loop()
>
>    So it appears that SIP and Boost.Python modules can not work
> together if they are both interfacing to Qt.

I don't think that's really the right conclusion... or at least, it
masks something much deeper.  I would very much appreciate it if
someone could get me a simple test case I where can easily reproduce
this problem (preferably, but not neccessarily on a Windows machine).

Thanks,
Dave

-- 
                       David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to