I\'m having some issues importing scapy under jython. I\'ve been doing java forever, but python for only a day or two.
The simple case to reproduce the problem is:>
Modification from Amala's answer. His code doesn't work for me, but I solved it with something similar. This works instead.
Download ez_setup.py from here http://peak.telecommunity.com/dist/ez_setup.py
ez_setup.py
Then run jython ez_setup.py scapy.
jython ez_setup.py scapy
Running it on any folder path doesn't matter