HKTCentrix
5 years agoOccasional Contributor
Importing pyautogui - need real help please!!!
Has anyone get any luck importing pyautogui into TestComplete? This error pops up when I do "import pyautogui" in my script. Where do I go about to check TestComplete's system path [or somehing...
- 5 years ago
Hi,
Check if these links help:
P.S. Out of curiosity, considering its name, what does pyautogui contain that you definitely need for TestComplete?
- 5 years ago
pretty much use the same code as the screenshot below but replace the path with your own absolute path to the directory where you have your external python modules that you downloaded with pip. On PC's they are usually in the appdata\local\programs\python\pythonx.x\Lib\site-packages.
And you want to keep this system path at the top at a global level outside of your function defenitions in your script/TestComplete IDE.