Avasam

Results 691 comments of Avasam

Duplicate of https://github.com/pyglet/pyglet/issues/643 and https://github.com/pyglet/pyglet/issues/809 ?

@vernondcole This should be an easy review

Other than different comments, I think this may have been superseded by https://github.com/python/typeshed/pull/13582 ?

> It's just the `__getitem__` method which is missing. Could it be the same as https://github.com/mhammond/pywin32/issues/627 ?

> I would like to point out that `TypeIs` was introduced in Python 3.13, and 3.12's scheduled end-of-life isn't until late 2028. So like it or not `TypeGuard` will be...

@tangyinqi Do you have the full error log? The tests do run the install script on Python 3.12 (although not in debug mode), so I'm tempted to say it's likely...

@smanross that has been resolved in https://github.com/mhammond/pywin32/pull/2113 but isn't released yet. If you need it, you can look at artefacts from the "CI" action: https://github.com/mhammond/pywin32/actions/workflows/main.yml?query=is%3Asuccess+branch%3Amain

Both https://github.com/mhammond/pywin32/pull/2169 and #2113 are merged. The error shown by OP looks like issues related to missing the proper build tools on their environment. Please read https://github.com/mhammond/pywin32/blob/main/build_env.md . If you...

"but it worked on my machine!"... (and I tried to make sure to test from clean installs !) I think it has something to do with the `import pywin32_bootstrap` hack....

Hang on, help files are back in non-arm64 wheels since Python 309... I'm betting it's due to a combination of: - https://github.com/mhammond/pywin32/pull/2396 - and https://github.com/mhammond/pywin32/pull/2384 - (Maybe but likely not...