Solved
Forum Discussion
tristaanogre
6 years agoEsteemed Contributor
It might have to do with the version of Python. TestComplete uses a separate Python installation and I believe it's using a different version.
However... you really don't need win32com for what you're doing
Sys.OleObject('Excel.Application') will return the Excel application object without having to utilize any outside modules.