Mark Hammond

Results 678 comments of Mark Hammond

I can't repro this - works fine locally (with 3.10) and on a test VM with a pip-installed 303 of 3.9.

What API specifically are you talking about?

Sure, I'd welcome a good patch which adds support for `IFolderView`

On 21/04/2022 8:26 pm, Simon Mourier wrote: > Hi, sorry for the long post! > > I have quite a number of issues with|makegw|, especially > |makegwparse.py.| It seems this...

There were instructions on how to obtain support which you deleted when adding this text.

This is due to the commented code at https://github.com/mhammond/pywin32/blob/3ac6ddc7c748ba35d3ba247cc45f89cceddac10f/win32/src/win32crypt/win32cryptmodule.cpp#L1097-L1111. It looks like support for those structs do exist, but I'm not sure why they aren't wired up. > I have...

(oh, and ideally permission to check the certs into the repo so I can add a test)

Thanks for that! I'm a bit short on time currently and planning a new release, so I plan on looking at this after I've done that.

> Or the user has to live with a final error? Yeah, the user has to live with the error, which I think is OK. It's not clear that only...

> So far it was possible to pre-freeze / zip and use typelibs like this, to avoid / limit code generations at binary user site, > e.g. with py2exe options:...