Using PyDev in Eclipse whenever I start typing code in the editor, I get a code completion suggestion of "com/python/pydev/analysis/CtxInsensitiveImportComplProposal". It doesn't matter what I'm typing, I get the same suggestion. If I turn off code completion, it goes away, but I'd like for it to work right. Any way to get rid of this?
Asked
Active
Viewed 1,303 times
2
-
Did you try this? May be useful http://stackoverflow.com/a/2881300/2691625 – Ardeshana Milan Oct 17 '16 at 16:54
-
Thanks, but it doesn't apply. – Barry White Oct 17 '16 at 21:08
1 Answers
4
PyDev 5.3 requires Eclipse 4.6 (Neon)... So, if you upgrade your Eclipse installation it should work.
If you can't upgrade, please keep using an older version of PyDev too.

Fabio Zadrozny
- 24,814
- 4
- 66
- 78
-
Thanks! Upgrading Eclipse fixed the problem. Funny, when you use their installer and scroll down the list to the "Standard" installation instead of using the Java environment at the top of the list, you don't get the newest version. – Barry White Oct 18 '16 at 14:27
-
I am not able to install the latest version of Eclipse (I get "The download.eclipse.org page isn’t working"). How do I install an older version of PyDev? I can only install the latest version from http://pydev.org/updates – stenci Oct 28 '16 at 20:51
-
Update sites for older PyDev versions can be seen at: http://www.pydev.org/update_sites/ another choice (although commercial) is getting LiClipse, which comes with PyDev and a java vm bulitin: http://www.liclipse.com – Fabio Zadrozny Oct 31 '16 at 10:47