Re: [Pydev-code] org/python/pydev/editor/codecompletion/PyLinkedModeCompletionProposal error!
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2017-03-14 19:27:58
|
The problem is that you're trying to use PyDev 5.3 with Eclipse 4.4 (luna). See: http://www.pydev.org/manual_101_install.html for the versions you can use on old Eclipse versions (my suggestion is actually updating Eclipse to a newer version and using the latest PyDev or getting a LiClipse bundle where everything should be already properly versioned for you, but if you can't go that route, you'll have to get an older version of PyDev to use in that version of Eclipse). Best Regards, Fabio p.s.: This list is targeted toward the development of PyDev, not really user support... for user support you can ask at stackoverflow (with the PyDev tag) for questions or report bugs at https://www.brainwy.com/tracker/PyDev On Tue, Mar 14, 2017 at 4:05 PM, Ernest Bonat, Ph.D. <ern...@gm... > wrote: > Hi Fabio. > > 1. There is not error at all. When you type in anything in the editor the > popup windows appears with "org/python/pydev/editor/codecompletion/PyLinkedModeCompletionProposal > statement" - that's all! > > 2. I use Eclipse IDE Luna Release 2, PyDev 5.3 and Java version 8 Update > 121 > > Thank you for time, > > Ernest Bonat, Ph.D. > Senior Software Engineer > Senior Data Scientist > > *The content of this email is confidential. It is intended only for the > use of the persons named above. If you are not the intended recipient, you > are hereby notified that any review, dissemination, distribution or > duplication of this communication is strictly prohibited. If you are not > the intended recipient, please contact the sender by reply email and > destroy all copies of the original message.* > > On Tue, Mar 14, 2017 at 11:53 AM, Fabio Zadrozny <fa...@gm...> > wrote: > >> Hi Ernest, >> >> Can you give the complete stack trace (in the error log). >> >> Also, which Eclipse/PyDev versions are you using? What java version are >> you using >> >> Best Regards, >> >> Fabio >> >> p.s.: From your description it seems your installation is corrupt or >> something is incompatible (i.e.: apparently it can't find a class which >> should be on the classpath). >> >> On Tue, Mar 14, 2017 at 3:32 PM, Ernest Bonat, Ph.D. < >> ern...@gm...> wrote: >> >>> I have updated to Eclipse IDE with PyDev to 5.3 and code completion is >>> not working. I got this info whatever I type in: >>> org/python/pydev/editor/codecompletion/PyLinkedModeCompletionProposal. >>> Let me how to fix this problem? >>> >>> Thanks >>> >>> Ernest Bonat, Ph.D. >>> Senior Software Engineer >>> Senior Data Scientist >>> >>> *The content of this email is confidential. It is intended only for the >>> use of the persons named above. If you are not the intended recipient, you >>> are hereby notified that any review, dissemination, distribution or >>> duplication of this communication is strictly prohibited. If you are not >>> the intended recipient, please contact the sender by reply email and >>> destroy all copies of the original message.* >>> >>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> pydev-code mailing list >>> pyd...@li... >>> https://lists.sourceforge.net/lists/listinfo/pydev-code >>> >>> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> >> > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |