I tried for an hour without any progress.
I'm using Eclipse Juno and the latest PyDev. Win 7. I installed Jython on E
disk. When I tried to configure the Jython interpreter route in PyDev (Preference -> PyDev -> Interpreter-Jython -> Add), I get the following error (in a giant pop-up):
Error: Python stdlib not found or stdlib found without .py files. It seems that the Python /lib folder (which contains the standard library) was not found/selected during the install process or the stdlib does not contain the required .py files (i.e.: only has .pyc files). This folder (which contains files such as threading.py and traceback.py) is required for PyDev to function properly, and it must contain the actual source files, not only .pyc files. if you don't have the .py files in your install, please use an install from python.org or grab the standard library for your install from there. If this is a virtualenv install, the /Lib folder from the base install needs to be selected (unlike the site-packages which is optional). What do you want to do? Note: if you choose to proceed, the /Lib with the standard library .py source files must be added later on, otherwise PyDev may not function properly.
And they're three options available:
- Reselect folder: which just retries and gives the error once again.
- Cancel: not impressively helpful
- Proceed anyways: This option is particularly weird. I clicked it and nothing happens. The Jython interpreter cannot be linked to PyDev