Top "Pywin32" questions

The PyWin32 package is a close wrapper around Microsoft Windows API.

How do I watch a file for changes?

I have a log file being written by another process which I want to watch for changes. Each time a …

python file pywin32 watch
How to install pywin32 module in windows 7

I am trying to install pywin32. I downloaded it from sourceforge.net. When I run setup.py install it shows "…

python c compiler-construction mingw pywin32
Connect to Exchange mailbox with Python

I need to connect to an Exchange mailbox in a Python script, without using any profile setup on the local …

python email connection exchange-server pywin32
Python 3.4 :ImportError: no module named win32api

I am using python 3.4 on windows 7.In order to open a doc file i am using this code import sys …

python pywin32
import win32api error in Python 2.6

When running python26 under windows OS (64bits)..... I have got errors like: import win32api" error in Python 2.6: pywintypes26.dll …

python pywin32
How to install win32com module in a virtualenv?

I have installed both virtualenv and pywin32 on my Windows 7 64-bit laptop, and each of them seems to work, but …

python virtualenv pywin32
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
How to fix "ImportError: DLL load failed" while importing win32api

I'm setting up an autoclicker in Python 3.8 and I need win32api for GetAsyncKeyState but it always gives me this …

python python-3.x winapi pip pywin32
What can you do with COM/ActiveX in Python?

I've read that it is possible to automate monthly reports in Crystal Reports with COM/ActiveX. I'm not that advanced …

python com crystal-reports activex pywin32
win32com import error python 3.4

I just installed python 3.4 64bit and tried to install win32com. I have downloaded pywin32-218.win-amd64-py3.4.exe and …

python pywin32