Python.Utils.pas: error build with new Python4Dephi
Opened this issue · 0 comments
JeanYvesJonet commented
Hello,
It's not possible to build with last Python4Delphi.
Reply by pyscripter Mar 27/04/2021 11:23
PythonEngine.pas dropped support for python 2.x. Many methods have been removed and others replaced. All the PyString_ and PyInt_ methods have been removed. Use PyUnicode_ and PyLong_ instead.
Could you update the file python.utils.pas ?
Thanks