I am trying to package my python script into an executable. I thought I would be pretty straight forward as I don\'t have very many imports. First off here are my imports:>
I was using a virtual env and had the same problem. The pywintypes35.dll was missing. This was my solution:
pip install pypiwin32