[Pydev-users] [Users] PyDev Incorrectly Compiled
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-02-15 06:43:46
|
The following forum message was posted by tlbear at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4362438: Hi, I just installed PyDev plug-in for Eclipse and tried to run a quick script to make sure everything was going alright. Unfortuneately, there was a compilation error. I tried reinstalling python and the plug-in, but the problem persists. I followed the instructions online, so I do not know what the problem is. Here is the output of the error: ------------------------------------------------------------------------------- pydev debugger: CRITICAL WARNING: This version of python seems to be incorrectly compiled (internal generated filenames are not absolute) pydev debugger: The debugger may still function, but it will work slower and may miss breakpoints. pydev debugger: Related bug: http://bugs.python.org/issue1666807 ------------------------------------------------------------------------------- pydev debugger: warning: psyco not available for speedups (the debugger will still work correctly, but a bit slower) pydev debugger: starting pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading .py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib .py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/sre_compi le.py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/sre_parse .py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xml/parse rs/__init__.py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xml/parse rs/expat.py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SimpleXML RPCServer.py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketSer ver.py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/BaseHTTPS erver.py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/warnings. py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/mimetools .py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/tempfile. py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/random.py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/__future_ _.py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.py pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/rfc822.py |