I am using "Squish for Web 6.3.1" for web application automation testing on Windows 10 platform. Inside the squish testing script, I need to use some 3rd party modules, such as requests, urllib3, etc. I've changed the python installation to my system python not the one embedded in Squish. Squish still cannot find the modules.
I've followed the instruction (https://kb.froglogic.com/display/KB/Changing+the+Python+installation+used+by+Squish+binary+packages) to change the python installation in squish to my external one. I could import 3rd party modules successfully in cmd console .