Forum Discussion

Ryu's avatar
Ryu
Contributor
6 years ago
Solved

Python in TestComplete - having trouble importing psutil

I am trying to import the psutil library for use in my tests with the following:   import sys sys.path.insert(0, "C:\\Python\\Python36-32\\Lib\\site-packages\\psutil\\psutil-5.4.5-cp35-cp35m-win32...
  • Ryu's avatar
    6 years ago

    So, in case anyone was wondering, I had one our devs in my office helping me figure it out and we found that I just wasn't pointing to the correct folder.  It is working now.  Took the two of us 5 hours to figure that out, after much trial and error.