comtypes icon indicating copy to clipboard operation
comtypes copied to clipboard

A pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package.

Results 157 comtypes issues
Sort by recently updated
recently updated
newest added

Hi, I've different comportement of comtypes on several computers. Same windows, same pycharm. At the beginning, i was thinking about an environment problem, but in all cases, it works with...

1. If regular array unpacking fails (item not present in vartype_to_ctype, it is checked if the array is a an array of records 2. The record information is extracted (with...

For comtypes `1.1.2` and `1.1.3` (`pip install -U comtypes`) the following command does work as a normal user. `from comtypes import _check_version; _check_version('')` To reproduce: - Execute it as **admin**....

From the discussion in #121.

What do you think about setting up continuous integration using AppVeyor? They support Windows and have a pretty nice build environment: https://www.appveyor.com/docs/build-environment/ It would be good for all merge requests/commits...

We've noticed that on some (rare) Windows devices, if `PATH` is not set or not readable when the application launches, `comtypes` crashes on import. The following stack trace illustrates the...

Hello, I'm using comtypes to automate Microsoft Word and I've run into a strange performance issue. The following code takes 14 seconds to execute on my machine: ``` python cells_in_table...

Suggestion (apologies if it's been done, I didn't find it). When a 64-bit client attempts to look up a class, interface, or object and can't find it, could we have...

64-bit

I attempted this but I keep getting "Procedure probably called with too many arguments (16 bytes in excess). Any help on this? if we can get it to work I'll...

enhancement

This is my first relatively successful attempt to enable AppVeyor build ([1.1.3build3](https://ci.appveyor.com/project/pywinauto/comtypes/build/1.1.3build3)) on 8 Pythons. AppVeyor uses `Windows Server 2012 R2 (x64)`. The results are not bad for Py2.7, but...

enhancement