从 pascal 调用 python 模块函数 两种方式: 使用 PythonEngine.FindFunction pyfunc := PythonEngine1.FindFunction('__main__', 'fun2'); if Assigned(pyfunc) then begin try // …
https://blogs.embarcadero.com/stable-python-environments-in-the-delphi-python-ecosystem/ https://github.com/Embarcadero/PythonEnviroments 这个项目其实就是提供了一套设计时组件,当你切换 python 版本时,自动…