tags:

views:

73

answers:

1

Is there a straightforward way to embed the Python interpreter in a Qt application? I am hoping for a cross-platform solution if possible.

+1  A: 

This is the purpose of PythonQt. It supports Windows, Linux, and Mac OS.

Matthew Flaschen