You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Same here. There are several instances where PyEval_CallObject* functions are called (see here). They aren't documented on Python's official document site, deprecated in 3.9, and removed in 3.13 (python/cpython#105107)
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
The text was updated successfully, but these errors were encountered: