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
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]);
The text was updated successfully, but these errors were encountered:
pyscripter
changed the title
[DCC Error] PythonEngine.pas(4671): E2018 Record, object or class type required
Delphi XE2 does not support TStringHelper.Split
Sep 17, 2024
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]);
The text was updated successfully, but these errors were encountered: