pycap installation problem

fahad fahad_faridi at yahoo.com
Fri Jan 9 15:41:56 EST 2004


Hi,
I'm trying to install pycap-0.1.6 using following commnad:
python setup.py build --compiler=mingw32
but it throws a lot of errors about missing files some of them is:

running build
running build_py
running build_ext
building 'pycap.protocol' extension
D:\cygwin\bin\gcc.exe -mno-cygwin -mdll -O -Wall -Ic:\Python23
\include -Ic:\Pyth
on23\PC -c src/protocol\ip.c -o build\temp.win32-2.3
\Release\src\protocol\ip.o
In file included from src/protocol/protocolmodule.h:7,
                 from src/protocol/ip.c:4:
src/protocol/arp.h:6:20: libnet.h: No such file or directory
In file included from src/protocol/protocolmodule.h:8,
                 from src/protocol/ip.c:4:
src/protocol/ethernet.h:5:20: libnet.h: No such file or directory
src/protocol/ethernet.h:6:24: sys/socket.h: No such file or directory
src/protocol/ethernet.h:7:24: netinet/in.h: No such file or directory
src/protocol/ethernet.h:8:23: arpa/inet.h: No such file or directory
src/protocol/ethernet.h:30:7: warning: no newline at end of file

Any idea?
Thanks.





More information about the Python-list mailing list