I am trying to add the pywin32 library to pyrevit so that I can make sure of the email methods inside.
So here was my process so far:
I downloaded and installed pywin32 using pip.
Went to location and copied all the data for it to a Lib folder within my extension folder.
Now trying to reference that library and methods I am getting errors.
Should I be putting the folder content to the library in the pyrevit master lib folder or does it stay in my extension folder?