The following forum message was posted by kvaneyken at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4803758:
Hello,
using Pydev 2.2.4 and python 2 code (opensuse 64 bit), debugging works.
But when using python 3, I receive the following error when starting the
debugger:
Traceback (most recent call last):
File "/home/kristof/bin/eclipse/plugins/org.python.pydev.debug_2.2.4.201111021
6/pysrc/pydev_imports.py", line 3, in <module>
import xmlrpclib
ImportError: No module named xmlrpclib
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kristof/bin/eclipse/plugins/org.python.pydev.debug_2.2.4.201111021
6/pysrc/pydev_imports.py", line 5, in <module>
import xmlrpc.client as xmlrpclib
ImportError: No module named xmlrpc.client
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kristof/bin/eclipse/plugins/org.python.pydev.debug_2.2.4.201111021
6/pysrc/pydevd.py", line 3, in <module>
import pydev_imports
File "/home/kristof/bin/eclipse/plugins/org.python.pydev.debug_2.2.4.201111021
6/pysrc/pydev_imports.py", line 7, in <module>
import _pydev_xmlrpclib as xmlrpclib
SystemError: Objects/tupleobject.c:126: bad argument to internal function
How can this be solved?
Best regards
|