Top "Pywin32" questions

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

PyInstaller does not recognize downloaded pywin32

I have downloaded Python 2.7.3, PyInstaller (compatible with 2.7) and pywin32 (compatible with 2.7) and restarted my machine, but when I enter the …

pywin32 pyinstaller
ctypes: construct pointer from arbitrary integer

For low-level purposes, I need to construct a ctypes pointer from an arbitrary address, given as an integer. For instance: …

python ctypes pywin32
Python Windows File Copy with Wildcard Support

I've been doing this all the time: result = subprocess.call(['copy', '123*.xml', 'out_folder\\.', '/y']) if result == 0: …

python file wildcard pywin32
python: convert pywintyptes.datetime to datetime.datetime

I am using pywin32 to read/write to an Excel file. I have some dates in Excel, stored in format …

python excel pywin32
Waiting for some time before executing the next segment of codes in python3.2

I am writing a code to run a gui application(winmerge) and then send some keystrokes to it. I need …

python winapi user-interface python-3.x pywin32
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
Creating a SQL Server database from Python

I'm using Python with pywin32's adodbapi to write a script to create a SQL Server database and all its …

python sql-server pywin32 adodbapi
Getting Battery Capacity in Windows with Python

I am looking to figure out both the current Battery Capacity and the Design Capacity. So far what I could …

python windows ctypes pywin32 battery
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
Pywin32 save .docx as pdf

I'm using Word 2013 to automatically create a report as a docx and then save it as a pdf format. But …

python pywin32 word-2013