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
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
You can make Qt/C++ widgets bindings for PyQt4 using SIP: http://www.rkblog.rk.edu.pl/w/p/maki...4-widgets-sip/
You can use boost-python or cython / or other to make Python bindings to C/C++ classes and functions.
Bookmarks