pywin32 not running on Python 3.14
#2528
Closed
kristofmulier
started this conversation in
General
Replies: 4 comments 4 replies
|
Looks like you're missing the "afxres.h" header which is part of the MFC library. https://stackoverflow.com/a/17808015 As for Python 3.14 itself. I don't plan on adding build and tests to the CI until around beta 1 (eta: 2025-05-06). |
0 replies
|
Thank you @Avasam , |
4 replies
|
I opened #2511 If there's any runtime issue specific to Python 3.14 that's spotted until 3.14 wheels are published, it can be commented on that PR. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to install
pywin32onPython 3.14.0a3. There seems to be no official release for Python 3.14 just yet, so I tried installing the latestmasterbranch:My system is
Windows 11.All reactions