Top "Pythoncom" questions

PythonCOM is a module, encapsulating the OLE automation API.

ImportError: No module named pywintypes

I am working to make a small keylogger with Python, by using the pyHook, pythoncom and Pywin32 modules. Here is …

python pywin32 keylogger pyhook pythoncom
Python - pythoncom.com_error handling in Python 3.2.2

I am using Python 3.2.2, and building a Tkinter interface to do some Active Directory updating. I am having trouble trying …

exception pythoncom
How to continuously monitor a new mail in outlook and unread mails of a specific folder in python

I want to check for a particular sender email and process it automatically wherever it arrives However, there may be …

python win32com pythoncom
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 - pythoncom.PumpMessages()

I'm surprised to see that there is not a lot of explained documentation on the function pythoncom.PumpMessages(), or for …

python message-pump pythoncom
pythoncom crashes on KeyDown when used hooked to certain applications

I wrote this code on to observe the event of a keydown motion. The problem appears to be that when …

python python-3.x pyhook pythoncom