<div>thanks but i still can&#39;t not build the kernel</div>
<div>the python version is 2.5</div>
<div>the OS is Ubuntu 8.04</div>
<div>i can find the USerList.py in the /usr/lib/python2.5/UserList.py</div>
<div>(but i can&#39;t find it in the /usr/lib/python2.4 )</div>
<div>and the /usr/bin/python&nbsp;&nbsp; link to the python2.5</div>
<div>&nbsp;</div>
<div>i have try to copy the UserList.py to tools/SCons/Script/ and the other directory need the file</div>
<div>&nbsp;</div>
<div>but some new error message occur</div>
<div><br>$ tools/build.py machine=ia32_pc99 project=iguan<br>Traceback (most recent call last):<br>&nbsp; File &quot;tools/build.py&quot;, line 80, in ?<br>&nbsp;&nbsp;&nbsp; import SCons.Script<br>&nbsp; File &quot;tools/SCons/Script/__init__.py&quot;, line 73, in ?<br>
&nbsp;&nbsp;&nbsp; import SCons.Builder<br>&nbsp; File &quot;tools/SCons/Builder.py&quot;, line 129, in ?<br>&nbsp;&nbsp;&nbsp; import SCons.Node<br>&nbsp; File &quot;tools/SCons/Node/__init__.py&quot;, line 55, in ?<br>&nbsp;&nbsp;&nbsp; import SCons.SConsign<br>&nbsp; File &quot;tools/SCons/SConsign.py&quot;, line 32, in ?<br>
&nbsp;&nbsp;&nbsp; import cPickle<br>ImportError: No module named cPickle<br>$</div>
<div>&nbsp;</div>
<div>should i set the python config or any i can do ???</div>
<div>thanks...^^</div>
<div>&nbsp;<br>&nbsp;</div>
<div><span class="gmail_quote">2008/3/20, Nelson Tam &lt;<a href="mailto:nelson@ok-labs.com">nelson@ok-labs.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Anping,<br><br>On 19/03/2008, at 12:08 AM, ANPING WANG wrote:<br>&gt;<br>&gt; $:~/okl4_release_1.5.2$ tools/build.py machine=ia32_pc99<br>
&gt; project=iguana<br>&gt;&nbsp;&nbsp;Traceback (most recent call last):<br>&gt;&nbsp;&nbsp; File &quot;tools/build.py&quot;, line 80, in ?<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; import SCons.Script<br>&gt;&nbsp;&nbsp; File &quot;tools/SCons/Script/__init__.py&quot;, line 45, in ?<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; import UserList<br>&gt; ImportError: No module named UserList<br>&gt; $:~/okl4_release_1.5.2$<br><br><br>What version of python have you got installed?&nbsp;&nbsp;Take a look at where<br>your python standard libraries are installed (typically /usr/lib/<br>
python2.4/ on Linux), check for the presence of UserList.py:<br><br>$ ls -l /usr/lib/python2.4/UserList.py<br>-rw-r--r-- 1 root root 3539 2006-10-12 07:51 /usr/lib/python2.4/<br>UserList.py<br><br>--<br>(nt)<br><br>Nelson Tam<br>
<a href="mailto:nelson@ok-labs.com">nelson@ok-labs.com</a><br><br><br><br></blockquote></div><br>