PDA

View Full Version : Problem Using Python With Qt



steadi
5th November 2012, 03:00
Hello there,

I have an application that reads from a .py script and runs it. Is there a way to call a c++ function from the .py script during runtime?
i.e - if the .py file had:

callqtfunction()
then it would call the "callqtfunction" function in my c++ code. So, how would i go around doing this? I am already familiar with the interpreter and such.

Thanks in advance,
Matt