Trouble including Python.h

2006-06-23 Thread Marcelo Gosling
Hi, everyone. This is on WinXP SP2, with Python 2.4.3 and DJGPP gcc 4.1.0. I'm having trouble including Python.h in a C file. The following C code: #include "Python.h" int main() { return 0; } when compiled with "gcc -I..\Python2.4\include\", gives more than 1000 lines of errors, beginning

Re: Trouble including Python.h

2006-06-23 Thread Marcelo Gosling
uot; > > or which ever path your python.h is located at > > works for me > > Marcelo Gosling wrote: > > Hi, everyone. > > > > This is on WinXP SP2, with Python 2.4.3 and DJGPP gcc 4.1.0. > > > > I'm having trouble including Python.