kdevelop

Python.h: No such file or directory

Python.h: No such file or directory Question: I recently installed KDevelop 4 for C++ development on my Macbook Pro running Ubuntu 12.04 LTS. I want to embed Python application in my C++ code. To do that, one needs to include the Python.h header file. So, I did that. #include <iostream> #include <Python.h> int main(int argc, …

Total answers: 6