Forum Discussion

jia's avatar
jia
Occasional Visitor
8 years ago

How to install pyautogui for TestComplete

I am coding in Python for TestComplete projects, and it is python 3.x. I also have Python 2.7 installed on my computer, since sometimes I need to create stand alone python scripts fro non-GUI related tests.

 

From cmd, if I do pip install pyautogui, then it is installed for Python 2.7, when I want to import pyautogui for TestComplete, it will still give my error say No module named pyautogui.

 

Does anyone know how to install pyautogui for TestComplete? Thanks!

2 Replies