pyscripter/python4delphi

Delphi XE2 does not support TStringHelper.Split

Uefi1 opened this issue · 1 comments

Uefi1 commented

Hi in Delphi XE2 compiler I get an error:
[DCC Error] PythonEngine.pas(4671): E2018 Record, object or class type required
In line:
Paths := string(FPythonPath).Split([PathSep]);

Uefi1 commented

The last commit that compiled normally:
46cd7a6