Regarding importing third party libraries in python test complete
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023
11:06 PM
03-12-2023
11:06 PM
Regarding importing third party libraries in python test complete
I have imported the python libraries to the Test complete path . Now I am trying to import win32api . No module found error is coming.
location = "C:\\Program Files (x86)\\SmartBear\\TestComplete 15\\Bin\\Extensions\\Python\\Python38\\Lib\\site-packages\\win32\\win32api.pyd"
sys.path.insert(0, location)
import win32api
No module found error is coming.
0 REPLIES 0
