kbandla / libdnet

Automatically exported from code.google.com/p/libdnet
Other
1 stars 0 forks source link

No libdnet binaries for Python2.6 #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. >>> import dnet
   ImportError: No module named dnet

What is the expected output? What do you see instead?
I'm basicly trying to run scapy under windows.
What i should be seeing is anything but the error message?

What version of the product are you using? On what operating system?
Windows XP Pro SP2, Python 2.6.4, 'final'.
Trying to compile libdnet-1.12 with Cygwin+MinGW.

Please provide any additional information below.
C:\MinGW, C:\WpdPack, C:\cygwin is installed correctly.
Basicly what i need is a short description on how to compile the 
application :/
Yea i've tried google, but ./configure under windows doesn't make sense and 
i honestly don't know how to compile this.
Would be nice with a setup.py in the dist?

Something like:
   > python setup.py config --with-pcap="C:\WpdPack"
   > python setup.py build -cmingw32
   > python setup.py bdist_wininst

Original issue reported on code.google.com by Anton.Do...@gmail.com on 24 Mar 2010 at 7:54

GoogleCodeExporter commented 9 years ago
Hi,

The configure script will generate the python/setup.py file you are looking for.
If you're using Cygwin, why doesn't a configure script make sense?

Cyril

Original comment by cyril.cr...@gmail.com on 11 Nov 2011 at 3:54