Using pydev with Eclipse on OSX
Posted
by Sunit
on Stack Overflow
See other posts from Stack Overflow
or by Sunit
Published on 2009-04-01T03:11:00Z
Indexed on
2010/05/06
23:58 UTC
Read the original article
Hit count: 187
I setup PyDev with this path for the python interpreter /System/Library/Frameworks/Python.framework/Versions/2.5/Python since the one under /usr/bin were alias and Eclipse won't select it. I can run my python script now but cannot run the shell as an external tool. The message I get is
variable references empty selection ${resource_loc}
Same if I use {container_loc}
Any thoughts ?
Sunit
© Stack Overflow or respective owner