Want to extend my c++ with some python.
file im building:
#include <Python.h>
error:
[DIR]:1:20: fatal error: Python.h: No such file or directory
#include <Python.h>
I am using sublime text 2 to build my code
sudo apt-get install python-dev
locate Python.h
/usr/include/python2.7/Python.h
^python dev is up to date
found a few google links talking about including a build path or something, but this is not my strong side
-I/usr/include/python2.7/
tried adding this to the build command in the C++.sublime-text file under packages, but just broke the build system instead. Help, im a clueless little man