while trying to install net-snmp-5.6, i get following error
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c netsnmp/client_intf.c -o build/temp.linux-i686-2.5/netsnmp/client_intf.o
netsnmp/client_intf.c:1:20: error: Python.h: No such file or directory
In file included from /usr/local/include/net-snmp/net-snmp-includes.h:69,
from netsnmp/client_intf.c:4:
my debian system has python2.5.2
where can I find Python.h header file??