从 AIR 应用程序调用 python 脚本?
我们如何使用 AIR 1.5 调用 python 脚本?
How can we invoke a python script using AIR 1.5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我们如何使用 AIR 1.5 调用 python 脚本?
How can we invoke a python script using AIR 1.5?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
您无法直接调用系统命令或从 AIR 应用程序中运行可执行文件(Python 解释器)。 如果可以分享您到底想做什么,也许我们可以建议替代方案。
如果从 AIR 查找 CommandProxy 演示运行可执行文件确实非常重要(确实有两个)。
You cannot directly invoke system commands or run an executable (the python interpreter) from within an AIR application. If it's possible to share what exactly you want to do, maybe we can suggest alternatives.
If it's really really (that's two reallys) important to run an executable from AIR lookup the CommandProxy demo.
例如通过 AMF:http://pyamf.org/
For example through AMF: http://pyamf.org/
Air 2.0 有一个本机进程 API。
Air 2.0 has a native process API.
假设,Adobe Alchemy 技术可能允许您将 Python 解释器移植到 Flash。
尽管我严重怀疑这就是您想要使用的方法。 根据任务的不同,应该有更简单的解决方案。
Hypothetically, Adobe Alchemy technology may allow you to port Python interpreter to Flash.
Though I seriously doubt that's the approach you want to use. Depending on task there should be easier solutions.