Top "Win32com" questions

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

Error "The object invoked has disconnected from its clients" - automate IE 8 with python and win32com

I would like to automate Internet Explorer 8 (using python 2.7 on Windows 7) machine. Here is my code after a post found …

python scripting ole win32com
Outlook using python win32com to iterate subfolders

I have the following code which gets me the inbox of my shared folder, and all of the emails inside. …

python outlook win32com
How to save attachment from outlook using win32com.client in Python?

Im trying to read email and download the attachment to my own folder using win32com module in Python, I …

python email outlook win32com
How to use python win32com to save as excel file

I have a small python code to open an Excel file. Now I want to "Save As" with a different …

python win32com
Can't close Excel completely using win32com on Python

This is my code, and I found many answers for VBA, .NET framework and is pretty strange. When I execute …

python excel com pywin32 win32com
Using win32com with multithreading

I am working on a web app with CherryPy that needs to access a few applications via COM. Right now …

python multithreading python-3.x win32com
Python - Converting XLSX to PDF

I have always used win32com module in my development server to easily convert from xlsx to pdf: o = win32…

python django pdf xlsx win32com
win32.Dispatch vs win32.gencache in Python. What are the pros and cons?

I have been recently using win32com.client from python as an API for windows applications but am struggling to …

python win32com
Accessing unregistered COM objects from python via a registered TLB

I have three pieces of code that i'm working with at the moment: A closed source application (Main.exe) A …

python com interop assemblies win32com
Asynchronous data through Bloomberg's new data API (COM v3) with Python?

Does anyone know how to get asynchronous data through Bloomberg's new data API (COM v3) with Python? I found this …

python asynchronous win32com bloomberg