0

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?

Stephen Rauch
  • 47,830
  • 31
  • 106
  • 135
pat_data
  • 1
  • 1
  • You don't have enough rights to do that, it seems. So, you have to get more rights from the admin. – Geshode Jan 23 '18 at 07:13
  • @Geshode Does that mean I need the admin right to install it otherwise it wouldn't be installed in my PC? Is there any ways that we can installed it without Admin right? – user2851376 Jun 06 '18 at 08:17
  • 1
    @user2851376 yes you need to have admin rights to install, i changed my rights and i could install it succesfully. – pat_data Jun 16 '18 at 11:53
  • @Tayyab I see...ok..thanks for the info! :) – user2851376 Jun 19 '18 at 01:46

0 Answers0