Re: Regarding Python.h

2008-02-15 Thread Christian Heimes
Raj kumar wrote: > Hi to all, > I'm new to Python. > I am using python2.4. > I have one application written in c language in which it includes python like > > #include "Python.h" > > But when i try to install it, i'm getting an error like > Python.h: No such file or directory > I feel gcc is unab

Regarding Python.h

2008-02-15 Thread Raj kumar
Hi to all, I'm new to Python. I am using python2.4. I have one application written in c language in which it includes python like #include "Python.h" But when i try to install it, i'm getting an error like Python.h: No such file or directory I feel gcc is unable to get the path for Python.h What