I am having difficulty registering hython as a valid Python interpreter with PyDev in Eclipse.
It works fine on Windows Vista but not on Linux.
I posted the problem to the PyDev developer and this is their respond. As I don't know the details of hython the following information might be useful to hython developer/maintainer at SESI
That seems like a hython bug… probably sys.executable is not returning the path correctly to hython-bin (the script that gathers this info is org.python.pydev/pysrc/interpreterInfo.py – you can change that script to return your interpreter correctly if sys.executable is not correct – probably checking specifically for hython, although the right thing would be making the interpreter return the correct sys.executable).
For now, I will go with the suggested work around.
Regards