I want to embed the python
script in my c++ Qt
application, By searching on the net I found that PythonQt
is exactly what I am looking for but when I went to it's github repo
there is build description given for windows system but not for ubuntu
system so after cloning the repo
if I include it's src
in my Qt .pro
file it gives me output that
Python.h not found
, I think the reason is that I didn't build it in my system. Is there anyone who could tell me that how to build PythonQt
in ubuntu. The link for their repo
is this: https://github.com/MeVisLab/pythonqt
If this didn't work you can also suggest me some other thing which will help me to embed python
scripts into my Qt c++
application.