如何修复将 Cinema 4D python 可执行文件添加到 OS X 上的 Eclipse 时出现的权限错误
我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将Python文件的chmod设置为744,那么它应该可以正常工作
set the chmod of the Python file to 744, then it should work fine