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