如何安装Python4Delphi?

发布于 2025-01-11 12:23:11 字数 483 浏览 0 评论 0原文

我使用的是Delphi CE 10.4。 我想使用Python4Delphi。 MultiInstaller 的设置是

[Package - Python4Delphi]
Name=Python4Delphi
Folder=P4D
SearchPath="Source"
LibSuffix=%s0
D27="Packages\Delphi\Delphi 10.4+\Python.dpk", "Packages\Delphi\Delphi 10.4+\dclPython.dpk"
D28="Packages\Delphi\Delphi 10.4+\Python.dpk", "Packages\Delphi\Delphi 10.4+\dclPython.dpk"

文件夹是否应该为“..\P4D”,因为文件位于父文件夹中?

错误是“ 错误:E:\PythonFiles\P4D\python4delphi\Install\ 不存在。” 谁能告诉我正确的方法来做到这一点?

I am using Delphi CE 10.4.
I want to use Python4Delphi.
The settings for MultiInstaller is

[Package - Python4Delphi]
Name=Python4Delphi
Folder=P4D
SearchPath="Source"
LibSuffix=%s0
D27="Packages\Delphi\Delphi 10.4+\Python.dpk", "Packages\Delphi\Delphi 10.4+\dclPython.dpk"
D28="Packages\Delphi\Delphi 10.4+\Python.dpk", "Packages\Delphi\Delphi 10.4+\dclPython.dpk"

Should the Folder be="..\P4D" because the files are in the parent folder?

The error is "
Error: E:\PythonFiles\P4D\python4delphi\Install\ doesn't exist."
Can anyone show me the right way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兔姬 2025-01-18 12:23:11

您始终可以像任何其他软件包一样手动安装它。打开项目组“Python4Delphi\Packages\Delphi\Delphi 10.4+\P4DComponentSuite.groupproj”,找到三个dcl,点击编译并安装:

like this

然后转到 Tools-Options-Language-Delphi-Library 并告诉 IDE 在哪里可以找到源代码。您应该修改“库路径”和“浏览路径”。添加 3 个文件夹:source、source/vlc 和 source/fmx,如屏幕截图所示。对 Windows 32 和 Windows 64 平台重复此操作。

像这样

还有视频说明

You can always install it manually just as any other package. Open the project group "Python4Delphi\Packages\Delphi\Delphi 10.4+\P4DComponentSuite.groupproj", find three dcl's, click compile them and install:

like this

Then go to Tools-Options-Language-Delphi-Library and tell the IDE where to find the sources. You should modify the "Library Path" and the "Browsing path". Add 3 folders: source, source/vlc and source/fmx, as shown on the screenshot. Repeat it for both Windows 32 and Windows 64 platforms.

like this

Also there is a video instruction

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文