On Sat, Mar 2, 2013 at 10:14 PM, Sarbjit singh <sarbjit1...@gmail.com> wrote: > > I searched on google and found these errors could be due to missing python > header files which would be available in development package. > > So I am struggling to make it work.
A "development package" is meaningless when you aren't installing it from a package. Debian's binary packages don't include the header files, so they put them in a different package. Since you compiled from source, you already have the header files. Did you include the directory you installed Python into on your library and includes paths? -- http://mail.python.org/mailman/listinfo/python-list