To solve ImportError: No module named pythoncom error follow below methods.
ERROR LOG
import pythoncom
ModuleNotFoundError: No module named 'pythoncom'
Contents
How to solve ImportError: No module named pythoncom ?
Refer the given methods to solve the issue.
Method 1:
The pythoncom package is missing. It is included with ActivePython, although it is also available separately on GitHub (formerly on SourceForge) as part of pywin32.
pip install pywin32
Method 2 :
pip3 install pypiwin32
Hope the above solution works.
Also read :
Error: Node Sass version 5.0.0 is incompatible with ^4.0.0.
Getting a warning when installing homebrew on macOS Big Sur