<div>thanks but i still can'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't find it in the /usr/lib/python2.4 )</div>
<div>and the /usr/bin/python link to the python2.5</div>
<div> </div>
<div>i have try to copy the UserList.py to tools/SCons/Script/ and the other directory need the file</div>
<div> </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> File "tools/build.py", line 80, in ?<br> import SCons.Script<br> File "tools/SCons/Script/__init__.py", line 73, in ?<br>
import SCons.Builder<br> File "tools/SCons/Builder.py", line 129, in ?<br> import SCons.Node<br> File "tools/SCons/Node/__init__.py", line 55, in ?<br> import SCons.SConsign<br> File "tools/SCons/SConsign.py", line 32, in ?<br>
import cPickle<br>ImportError: No module named cPickle<br>$</div>
<div> </div>
<div>should i set the python config or any i can do ???</div>
<div>thanks...^^</div>
<div> <br> </div>
<div><span class="gmail_quote">2008/3/20, Nelson Tam <<a href="mailto:nelson@ok-labs.com">nelson@ok-labs.com</a>>:</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>><br>> $:~/okl4_release_1.5.2$ tools/build.py machine=ia32_pc99<br>
> project=iguana<br>> Traceback (most recent call last):<br>> File "tools/build.py", line 80, in ?<br>> import SCons.Script<br>> File "tools/SCons/Script/__init__.py", line 45, in ?<br>
> import UserList<br>> ImportError: No module named UserList<br>> $:~/okl4_release_1.5.2$<br><br><br>What version of python have you got installed? 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>