I just got the plug-in, and after creating a new project, I added a python file to the project. When I tried to open the file to be edited, I get the following error message:
Cannot open default editor on main.py. Unable to instantiate editor: org.python.pydev.editor.PythonEditor. java.lang.NoClassDefFoundError: org/clipse/jface/text/source/projection/ProjectionViewer
Anyone know what's wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-08-29
What version of Eclipse are you using? My guess is that you have a version mismatch.
Aleks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just got the plug-in, and after creating a new project, I added a python file to the project. When I tried to open the file to be edited, I get the following error message:
Cannot open default editor on main.py. Unable to instantiate editor: org.python.pydev.editor.PythonEditor. java.lang.NoClassDefFoundError: org/clipse/jface/text/source/projection/ProjectionViewer
Anyone know what's wrong?
What version of Eclipse are you using? My guess is that you have a version mismatch.
Aleks
I had exactly the same problem with Eclipse 3.0.0. I upgraded to 3.0.1 (build 200409161125) and now it works.