pycap installation problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fahad

    pycap installation problem

    Hi,
    I'm trying to install pycap-0.1.6 using following commnad:
    python setup.py build --compiler=mingw3 2
    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\g cc.exe -mno-cygwin -mdll -O -Wall -Ic:\Python23
    \include -Ic:\Pyth
    on23\PC -c src/protocol\ip.c -o build\temp.win3 2-2.3
    \Release\src\pr otocol\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.


Working...