如何修复将 Cinema 4D python 可执行文件添加到 OS X 上的 Eclipse 时出现的权限错误

发布于 2024-11-17 12:38:58 字数 787 浏览 5 评论 0原文

我想使用 eclipse 进行一些插件开发,并且我已经安装好它并在我的 Windows 7 机器上运行,但我无法让它在我的 Mac 上运行。我一直在遵循 此页面。不幸的是,当我在 Eclipse 中转到 preferences/pydev/interpreter-python/New.. 告诉它 python 解释器在哪里时,出现错误。我尝试更改 Finder 中文件信息下的文件权限,但这没有任何区别。

我的可执行文件位于 /Applications/MAXON/CINEMA 4D R12/resource/modules/python/res/Python.osx.framework/Python

这是错误消息:

java.io.IOException: Cannot run program "/Applications/MAXON/CINEMA 4D R12/resource/modules/python/res/Python.osx.framework/Python": error=13, Permission denied

我在 OS X 上使用 Cinema 4D R12、Eclipse 3.5.0 和 PyDev 2.1.0.2011052613。所有程序都是最新的。

感谢您的帮助!

I want to use eclipse for some plugin development and I've got it up and working on my Windows 7 machine, but I can't get it to work on my Mac. I've been following the steps outlined on this page. Unfortunately, I get an error when I go to preferences/pydev/interpreter-python/New.. in Eclipse to tell it where the python interpreter is. I've tried to change the file permissions under file info in Finder, but that doesn't make any difference.

My executable is at
/Applications/MAXON/CINEMA 4D R12/resource/modules/python/res/Python.osx.framework/Python.

This is the error message:

java.io.IOException: Cannot run program "/Applications/MAXON/CINEMA 4D R12/resource/modules/python/res/Python.osx.framework/Python": error=13, Permission denied

I'm using Cinema 4D R12, Eclipse 3.5.0, and PyDev 2.1.0.2011052613 on OS X. All of the programs are up-to-date.

Thanks for any help!

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

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

发布评论

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

评论(1

乖乖哒 2024-11-24 12:38:59

将Python文件的chmod设置为744,那么它应该可以正常工作

set the chmod of the Python file to 744, then it should work fine

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