[okl4-developer] build error UserList missing

Nelson Tam nelson at ok-labs.com
Fri Mar 21 18:30:23 EST 2008


Hi Anping,

On 21/03/2008, at 4:35 AM, ANPING WANG wrote:
> 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


What version of python have you got installed?  Is it possible that  
you do not have the standard python libraries installed, since cPickle  
should be included (see http://docs.python.org/lib/module-cPickle.html)?

This is what I see on my system:

$ find /usr/lib/python2.* -name "cPickle*"
/usr/lib/python2.4/lib-dynload/cPickle.so
/usr/lib/python2.5/lib-dynload/cPickle.so

How about doing an "apt-get upgrade" or "apt-get install python2.4"?
--
(nt)

Nelson Tam
nelson at ok-labs.com






More information about the Developer mailing list