Top "Win32com" questions

win32com is a Python module to interact with Windows COM components.

How to work around `pywintypes.com_error` using pyrtd/pythoncom?

I am trying to use the pyrtd module for Python to get the information which can be got in Excel …

python pywin32 win32com rtd pythoncom
python win32com close Excel process

Trying to alter Excel_sheet by python and totally confused in process recovery. import win32com.client class XlsClass: def __…

python excel win32com
Python: error opening excel workbook with win32com

I am trying to make a program to open existing excel files, in order to read and write their contents. …

python excel win32com pywin
Extract sender's email address from Outlook Exchange in Python using win32

I am trying to extract the sender's email address from outlook 2013 using win32 package in python. There are two kinds …

python email outlook pywin32 win32com
win32com.client.Dispatch + Cherrypy = CoInitialize has not been called

The following code works well, but it fails if executed from a CherryPy app method with the error message CoInitialize …

python python-3.x cherrypy win32com
Error while working with excel using python

while my script is updating one excel same time if i am going to do any other work manually with …

python excel pywin32 win32com
'proper' & reliable way to get all installed windows programs in Python?

I've seen numerous ways of retrieving installed programs on WinXP+ in python. What is the proper and most robust way …

python windows registry wmi win32com
win32com.client.Dispatch works but not win32com.client.gencache.EnsureDispatch

i'm learning win32com for python and I've got a strange problem. I'e trying to export Outlook Contacts in a …

python outlook pywin32 win32com dispatch
iTunes API for python scripting

I'm trying to develop some scripts for iTunes in python and actually i'm having quite a hard time getting the …

python itunes win32com
Create new Access database and tables using Python

I'm trying to create an Access database in Python and add two new tables to it. I'm using win32com …

python-3.x ms-access win32com