The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3953553:

When I press Cmd-Shift-T (aka Open Type, which opens the Python: Globals Browser
dialog), and type out a class I'd like to open, the browser finds the class
just fine, but fails to actually open the file.  Pressing Enter dismissed the
dialog, but no file actually opens.
This worked just fine with Eclipse 3.4.0, but I've recently been testing out
Eclipse 3.6 to see if my code shop could seamlessly upgrade, and this apparent
bug is a serious showstopper.

My environment is:
Mac OSX 10.6.5
Eclipse Version: Helios Service Release 1, Build id: 20100917-0705 (Java EE
package)
Pydev version: 1.6.3.2010100513

After some additional poking around, I found the error log, which contains a
stacktrace like this one for every time I tried to use the Globals Browser:
!ENTRY org.python.pydev.core 4 4 2010-11-19 14:15:26.172
!MESSAGE Unable to resolve module
for:L/events/events/integration/ws/GetPerson.py
!STACK 0
java.lang.RuntimeException: Unable to resolve module
for:L/events/events/integration/ws/GetPerson.py
        at 
org.python.pydev.builder.PyDevBuilderVisitor.getModuleName(PyDevBuilderVisit
or.java:203)
        at 
com.python.pydev.analysis.builder.AnalysisBuilderVisitor.doVisitChangedResou
rce(AnalysisBuilderVisitor.java:147)
        at 
com.python.pydev.analysis.builder.AnalysisParserObserver.parserChanged(Analy
sisParserObserver.java:111)
        at org.python.pydev.parser.PyParser.fireParserChanged(PyParser.java:341)
        at org.python.pydev.parser.PyParser.reparseDocument(PyParser.java:461)
        at 
org.python.pydev.parser.ParserScheduler.reparseDocument(ParserScheduler.java
:150)
        at org.python.pydev.parser.ParsingThread.run(ParsingThread.java:46)

I don't know what that "L" is in the path to my GetPerson.py file, but maybe
that's the problem?

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to