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
