pycap installation problem

F

fahad

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,175
Messages
2,570,942
Members
47,490
Latest member
Finplus

Latest Threads

Top