I can't run Grinder3 framework with Jython. I've downloaded it and I see that there are a lib/ folder with some .jar files.
The grinder3 provide some examples (written in python). I receiver an error when I try to run these example with jython, the error tells me that the lib cannot be found.
How should I include those jar to be able to run the examples?
Traceback (most recent call last):
File "amazon.py", line 18, in <module>
from net.grinder.script.Grinder import grinder
ImportError: No module named ne