Mark Hammond

Results 678 comments of Mark Hammond

(It's worth keeping in mind that README.md isn't installed - so changes there are going to help people landing here on github, but not help people once it's installed. The...

Great, thanks! https://github.com/mhammond/pywin32/tree/master/AutoDuck is where all the magic happens. The biggest issue is likely to be the format of the markup used in the source files (eg, look for things...

> win32api.MessageBox(0, "waiting!") Heh - yeah, or a trivial `win32gui.PumpWaitingMessages()` loop would work. Sounds like we don't need anything here though.

`pywin32_testall.py` accepts a `-skip-adodbapi`. I really should ensure that these tests don't actually "fail" by default though (but I still want them to run of the adodbapi drivers are available),...

The perfect scenario would probably be for github actions to arrange for an adodb. It looks like azure is possible, but that requires an account and seems a little overkill.

does `import pywintypes` work?

setup.py has special support for removing the manifest - I suspect that's not getting invoked on the older compiler.

There are actually a couple of issues here: * For some reason, your 'coding' line isn't being used. We should try and work out why that's the case. * The...

Are you on Windows? What version of Python? The wheels are at https://pypi.org/project/pywin32/