Pydev debugger giving AttributeError [message #1844468] |
Tue, 14 September 2021 10:32 |
Eclipse User |
|
|
|
I have following setup -
Eclipse - Version: 2020-03 (4.15.0) Build id: 20200313-1211
Pydev debugger - 8.3.0
Jython 2.7.2
OpenJDK 8
I am getting following error while running the debugger -
Traceback (most recent call last):
File "/Applications/Eclipse.app/Contents/Eclipse/plugins/org.python.pydev.core_9.0.1.202108191530/pysrc/pydevd.py", line 24, in <module>
from _pydevd_bundle import pydevd_constants
File "/Applications/Eclipse.app/Contents/Eclipse/plugins/org.python.pydev.core_9.0.1.202108191530/pysrc/_pydevd_bundle/pydevd_constants.py", line 365, in <module>
from _pydev_imps._pydev_saved_modules import thread, threading
File "/Applications/Eclipse.app/Contents/Eclipse/plugins/org.python.pydev.core_9.0.1.202108191530/pysrc/_pydev_imps/_pydev_saved_modules.py", line 97, in <module>
import thread; verify_shadowed.check(thread, ['start_new_thread', 'start_new', 'allocate_lock'])
File "/Applications/Eclipse.app/Contents/Eclipse/plugins/org.python.pydev.core_9.0.1.202108191530/pysrc/_pydev_imps/_pydev_saved_modules.py", line 73, in check
msg = self._generate_shadowed_import_message([module.__file__])
AttributeError: type object 'org.python.modules.thread.thread' has no attribute '__file__'
Also Eclipse is going into non-responsive state when trying to goto a function definition by clicking (control + function_name)
|
|
|
Powered by
FUDForum. Page generated in 0.31782 seconds