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!