I am using jython inside jmeter by placing the jython.jar under "lib" folder of your JMeter installation. It runs successfully.
But the problem is I can't install additional packages or modules of python inside it. To be more specific, I want to run selenium in python inside jmeter, so needs selenium module needs to be installed in jython.
How should I do it?