[okl4-developer] build error UserList missing

Nelson Tam nelson at ok-labs.com
Thu Mar 20 21:37:36 EST 2008


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






More information about the Developer mailing list