debug(read source code and test) pypy in pydev

W

WChunming

Hi,
I am a newbie to python and pypy. I choose to read pypy source code
to learn about python and python library. But when I try to run pypy
in debug mode in pydev, I got the following problem:
/// error message begin
pydev debugger
Traceback (most recent call last):
File "F:\TOOLS\eclipse\plugins\org.python.pydev.debug_1.3.4\pysrc
\pydevd.py", line 754, in <module>
debugger.run(setup['file'], None, None)
File "F:\TOOLS\eclipse\plugins\org.python.pydev.debug_1.3.4\pysrc
\pydevd.py", line 597, in run
execfile(file, globals, locals) #execute the script
File "E:\Java\pySamples\pypy\bin\py.py", line 14, in <module>
from pypy.tool import option
File "E:\Java\pySamples\pypy\tool\option.py", line 4, in <module>
from pypy.config.pypyoption import get_pypy_config
File "E:\Java\pySamples\pypy\config\pypyoption.py", line 2, in
<module>
import py, os
File "E:\Java\pySamples\pypy\bin\py.py", line 14, in <module>
from pypy.tool import option
ImportError: cannot import name option
Exception in thread pydevd.Writer (most likely raised during
interpreter shutdown):
Traceback (most recent call last):
File "C:\Python25\lib\threading.py", line 460, in __bootstrap
File "F:\TOOLS\eclipse\plugins\org.python.pydev.debug_1.3.4\pysrc
\pydevd_comm.py", line 258, in run
/// error message end
I try to figure out why this exception or error come out. I found
that py.py import option.py, and option.py import pypyoption.py, and
pypyoption.py import py.py again. Is this the problem of pypy(I don't
think so), or the problem of pydev debugger, or something else? why?
Any comments or assistance that can light up the way are much
appreciated.Thanks.

Wang Chunming
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

PyDev 3.1.0 released 0
PyDev 3.3.3 Released 0
PyDev 3.4.1 Released 0
PyDev 3.5.0 Released 0
PyDev 3.0 Released 2
Trouble with code 2
Debugging python 2.2 code with Pydev 3
Pydev 1.5.8 Released 3

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top