Hallo,
das hatte ich gesehen.
im Project1 habe ich einen Button eigefuegt mit diesem Code
Delphi-Quellcode:
if not PythonEngine1.Initialized then begin
PythonEngine1.DllName:='python38.dll';
PythonEngine1.DllPath:='d:\delphi10';
PythonEngine1.LoadDll;
edDllPath.Text:=PythonEngine1.DllPath;
edDllName.text:=PythonEngine1.DllName;
end;
das müsste das Problem doch lösen.
das 'Sript' beim Eval -Button' habe ich durch ein einfaches print (2*2) ersetzt, dann kommt da auch etwas,
vielleciht ist das hier nochInteressant.
https://riptutorial.com/de/python/to...-2-zu-python-3
Gruß