Where to get python.h

08/07/2012 20:06 aok96boom#1
Hello,

i'm making one project in c++ but i need also python.h file i have search many sites but i don't find anything.Can anyone give me link of this file?
08/08/2012 01:23 kissein#2
default installation path

win:
Quote:
c:\pythonXY\include\Python.h
*nix:
Quote:
/usr/include/pythonXY/
XY is your version number
08/08/2012 21:26 aok96boom#3
To get this i need to install python on my pc?
08/09/2012 01:34 MrSm!th#4
Of course.