Python Error: No module named pywintypes

Posted on Updated on

pywintypes is part of the Python for Windows extensions, otherwise known as pywin32. You’ll need to install that to get access to pywintypes.

>>> pip install pypiwin32

Leave a Reply

Your email address will not be published. Required fields are marked *