Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5594590
By: sweinst

Hi,

I'm using the latest pydev with eclipse 3.4.

On one source file, pydev triggers an exception very often and so Eclipse pops
up a "Problem Occurred" alert box very often.

The text of the alert box is:
An internal error occurred during: "".
org.python.pydev.core.ICodeCompletionASTManager.getCompletionsForWildImport(Lorg
/python/pydev/core/ICompletionState;Lorg/python/pydev/core/IModule;Ljava/util/Li
st;Lorg/python/pydev/core/IToken;)Ljava/util/List;

And the full stack trace is:
java.lang.NoSuchMethodError:
org.python.pydev.core.ICodeCompletionASTManager.getCompletionsForWildImport(Lorg
/python/pydev/core/ICompletionState;Lorg/python/pydev/core/IModule;Ljava/util/Li
st;Lorg/python/pydev/core/IToken;)Ljava/util/List;
at com.python.pydev.analysis.scopeanalysis.AbstractScopeAnalyzerVisitor.visitImp
ortFrom(AbstractScopeAnalyzerVisitor.java:368)
at org.python.pydev.parser.jython.ast.ImportFrom.accept(ImportFrom.java:47)
at org.python.pydev.parser.jython.ast.Module.traverse(Module.java:41)
at com.python.pydev.analysis.scopeanalysis.AbstractScopeAnalyzerVisitor.traverse
(AbstractScopeAnalyzerVisitor.java:171)
at com.python.pydev.analysis.visitors.OccurrencesVisitor.traverse(OccurrencesVis
itor.java:214)
at org.python.pydev.parser.jython.ast.VisitorBase.visitModule(VisitorBase.java:8
)
at org.python.pydev.parser.jython.ast.Module.accept(Module.java:34)
at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAnal
yzer.java:47)
at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAnal
yzer.java:37)
at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.doAnalysis(Analysis
BuilderRunnable.java:185)
at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.run(AnalysisBuilder
Runnable.java:130)
at com.python.pydev.analysis.builder.AnalysisBuilderVisitor$1.run(AnalysisBuilde
rVisitor.java:103)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Is there a simple fix?

Thanks

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to