Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between pywin32 and pypiwin32?

Tags:

python

pywin32

I am trying to automate Microsoft Office applications and after some Googling, I came across pypiwin32 and pywin32 to interact with Windows Component Objects. My question is, what's the difference between the two libraries?

I have tried Googling but all the information I found seem to be outdated.

like image 789
Jie Jenn Avatar asked Apr 30 '19 09:04

Jie Jenn


1 Answers

Pypiwin32 is an old and outdated repackaging of pywin32 from its creator to use wheels. It is abandoned for a long time. You should just use pywin32.

like image 155
vurmux Avatar answered Sep 18 '22 09:09

vurmux