Re: io.h include file in pyconfig.h

2005-03-06 Thread pythonnewbie
Thanks. How do I verify what RPMs I need? I checked with rpm -qa | python, it only showed the python package. After I included the /usr/include/sys/io.h in the source package INCLUDE path, it seemed like the compilation went into a include loop. (/usr/include/sys/unisted.h:1:10 #include nested too

Re: io.h include file in pyconfig.h

2005-03-05 Thread Michael Hoffman
pythonnewbie wrote: where I should find the correct "io.h" in this linux environment? Should be in /usr/include/sys/io.h You are probably missing some RPM that has various system header files. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list