SyntaxFix
Write A Post
Hire A Developer
Questions
You are missing the pythoncom package. It comes with ActivePython but you can get it separately on GitHub (previously on SourceForge) as part of pywin32.
pythoncom
You can also simply use:
pip install pywin32