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:>
You can do the easy_install for jython.
Run:
jython ez_setup.py
from http://peak.telecommunity.com/dist/ez_setup.py
Then you will get a easy_install script under your jython/bin go there and
jython easy_install scapy
(or whatever module you need)
Then next time you startup jython you will be able to import it.