Objective C 和 python - pyobjc
目标 c 应用程序是否可以运行 python 文件并读取其数据等?
如果可以,有人可以发布代码吗?或引导我走向正确的方向?
谢谢, 以利亚
Is it possible for an objective c application to run python files and read their data, etc?
If so, can someone post code? or lead me in the right direction?
Thanks,
Elijah
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,请参阅教程 - 它非常过时,但应该今天仍然适用。 (Apple 的教程很好,但它只展示了如何从 Python 调用 ObjC,而pyobjc 自己的教程虽然非常简短,但重点关注相反的方向——从 ObjC 调用 Python——这似乎正是您想要的)。
Sure, see the tutorial -- it's very dated but should still apply today. (Apple's tutorial is good, but it only shows how to call ObjC from Python, while pyobjc's own tutorial, while extremely short, focuses on the opposite direction -- calling Python from ObjC -- which appears to be what you want).