Forum Discussion

exdunepilot's avatar
exdunepilot
Contributor
8 years ago

Python Module - ImportError No module named win32api

My local Python & pywin32 versions are 32-bit (assume required if using with TC).   Code per TestComplete instructions:   from os import sys sys.path.insert( 0, "C:\\Python34\\Lib\\site-packages" ...