Python runtime error. ModuleNotFoundError: No module named 'win32api'
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022
07:50 PM
08-08-2022
07:50 PM
Python runtime error. ModuleNotFoundError: No module named 'win32api'
hello, I had some trouble, I call a third-party library tips "Python runtime error. ModuleNotFoundError: No module named 'win32api'"
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022
01:15 AM
08-09-2022
01:15 AM
See Python - Specifics of Usage. Depending on the version of TestComplete you're using, it will support a specific version of Python.
The following example, will import the library.
from os import sys
sys.path.insert(0, '%PYTHON_PATH%\Lib\site-packages')
import yourModuleName
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022
02:03 AM
08-11-2022
02:03 AM
I tried and failed
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022
06:20 AM
08-11-2022
06:20 AM
What version of TestComplete and Python are you using? Could you also provide the code you are using?
