Python 2.1: cannot compile socket module
Carsten Gaebler
cg at schlund.de
Thu Apr 19 05:55:18 EDT 2001
Hi there!
I've tried to compile Python 2.1 on my Linux machine, but make says:
gcc -g -O2 -Wall -Wstrict-prototypes -fPIC -I.
-I/root/Python-2.1/./Include -I/usr/local/include -IInclude/ -c
/root/Python-2.1/Modules/socketmodule.c:178: netpacket/packet.h: No such
file or directory
Okay, there is no packet.h, but Python 2.0 compiles well and it also
includes packet.h. So what is going wrong?
Regards
Carsten.
More information about the Python-list
mailing list