Re: [PyQt] embedding pyqt into a CPP app

2012-01-19 Thread Phil Thompson
On Wed, 18 Jan 2012 21:04:35 -0800, Josh Stratton wrote: > I've seen a couple examples for compiling a CPP app into a > pyqt-loadable module such as > http://lynxline.com/qt-python-superhybrids/, but that still requires > compiling an existing application down to a C++ module. Is it > possible to

[PyQt] embedding pyqt into a CPP app

2012-01-18 Thread Josh Stratton
I've seen a couple examples for compiling a CPP app into a pyqt-loadable module such as http://lynxline.com/qt-python-superhybrids/, but that still requires compiling an existing application down to a C++ module. Is it possible to use pyqt inside an existing CPP application to run python code simi