I'm trying to install pywin32
using pip by following this link, but I get
a:
PermissionError:[Errno 13] Permission denied : ....\pythoncom.py
I'm using:
- Python 3.6.0
- pip 9.0.1
- Windows 10
I primarily want to install pywin32
for accessing Outlook emails as shown here.
How can I solve this?