Mike, I believe it is possible to use requests under jython, however the process isn't very intuitive.
I know one folk that if I recall correctly has used it. Happy to try to find out how it is done. Cheers On Sat, May 6, 2017 at 4:57 AM, Mike Harding <[email protected]> wrote: > Hi All, > > I'm now looking at using ExecuteScript and python engine to execute HTTP > requests using the requests module. > > I've tried referencing requests the module but when I try to import > requests I get a module reference error. > > I downloaded the module from here > https://pypi.python.org/pypi/requests > > Not sure why it isnt picking it up. Ive tried referencing the directory > and the .py directly with no success. > > Any ideas where im going wrong? > > Cheers, > Mike >
