Re: PyQt with embedded python in Qt App

2007-11-02 Thread cgrebeld
On Nov 2, 7:59 am, "Bart." <[EMAIL PROTECTED]> wrote: > Friday 02 of November 2007 12:21:06 BlueBird napisa (a): > > > > > On Nov 2, 8:03 am, "Bart." <[EMAIL PROTECTED]> wrote: > > > Friday 02 of November 2007 01:06:58 Diez B. Roggisch napisa (a): > > > > > So how to pass this object into embeded p

PyQt with embedded python in Qt App

2007-11-01 Thread cgrebeld
Is it possible for a Qt C++ application, which embeds the python interpreter, to import and use PyQt? There can be only one QApplication, which is created in the C++ side, so how would I use that from the python side? -- http://mail.python.org/mailman/listinfo/python-list