PDA

View Full Version : Combine C++ Qt with PyQT



NoRulez
7th January 2009, 14:47
Hey @all,

did anybody know a way on how to combine Python as a scripting language with c++. This could be done with pure python or with PyQT.

Hope someone can help

Regards
NoRulez

riklaunim
7th January 2009, 16:14
You can make Qt/C++ widgets bindings for PyQt4 using SIP: http://www.rkblog.rk.edu.pl/w/p/making-pyqt4-widgets-sip/

You can use boost-python or cython / or other to make Python bindings to C/C++ classes and functions.