如何安装Python4Delphi?
我使用的是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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以像任何其他软件包一样手动安装它。打开项目组
“Python4Delphi\Packages\Delphi\Delphi 10.4+\P4DComponentSuite.groupproj”
,找到三个dcl,点击编译并安装:然后转到
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: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.Also there is a video instruction