mhammond / pywin32

Python for Windows (pywin32) Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to compile pywin32 with python3.13

Battant opened this issue Β· comments

Hello,

I try to compile pywin32 man branch with Python 3.13.0a5 with visual studio 2022 Community but i get this error πŸ‘

win32/src/PyTime.cpp(280): error C3861: 'PyEval_CallObject' : identificateur not found

My Configuration πŸ‘
Windows 11 pro
pxthon3.13a5

visual studio 2022 wiothh required packages

step to reproduce πŸ‘
Downloud python3.13 onclone pywin32 repository
open a viisual studio 2022 prompt in pywin32 repository
run this commanand
`
python setup.py -q build

win32/src/PyTime.cpp(280): error C3861: 'PyEval_CallObject' : identificateur not found
error: command 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\HostX86\x86\cl.exe' failed with exit code 2
'

Could you help me please to fix this issus

Best regards

Battant