[okl4-developer] build error UserList missing
ANPING WANG
csiewap at gmail.com
Fri Mar 21 04:35:04 EST 2008
thanks but i still can't not build the kernel
the python version is 2.5
the OS is Ubuntu 8.04
i can find the USerList.py in the /usr/lib/python2.5/UserList.py
(but i can't find it in the /usr/lib/python2.4 )
and the /usr/bin/python link to the python2.5
i have try to copy the UserList.py to tools/SCons/Script/ and the other
directory need the file
but some new error message occur
$ tools/build.py machine=ia32_pc99 project=iguan
Traceback (most recent call last):
File "tools/build.py", line 80, in ?
import SCons.Script
File "tools/SCons/Script/__init__.py", line 73, in ?
import SCons.Builder
File "tools/SCons/Builder.py", line 129, in ?
import SCons.Node
File "tools/SCons/Node/__init__.py", line 55, in ?
import SCons.SConsign
File "tools/SCons/SConsign.py", line 32, in ?
import cPickle
ImportError: No module named cPickle
$
should i set the python config or any i can do ???
thanks...^^
2008/3/20, Nelson Tam <nelson at ok-labs.com>:
>
> Hi Anping,
>
> On 19/03/2008, at 12:08 AM, ANPING WANG wrote:
> >
> > $:~/okl4_release_1.5.2$ tools/build.py machine=ia32_pc99
> > project=iguana
> > Traceback (most recent call last):
> > File "tools/build.py", line 80, in ?
> > import SCons.Script
> > File "tools/SCons/Script/__init__.py", line 45, in ?
> > import UserList
> > ImportError: No module named UserList
> > $:~/okl4_release_1.5.2$
>
>
> What version of python have you got installed? Take a look at where
> your python standard libraries are installed (typically /usr/lib/
> python2.4/ on Linux), check for the presence of UserList.py:
>
> $ ls -l /usr/lib/python2.4/UserList.py
> -rw-r--r-- 1 root root 3539 2006-10-12 07:51 /usr/lib/python2.4/
> UserList.py
>
> --
> (nt)
>
> Nelson Tam
> nelson at ok-labs.com
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20080321/8ab11da2/attachment-0001.htm
More information about the Developer
mailing list