On Wed, 2010-08-25 at 20:46 +0530, Ajeet Yadav wrote:
> I found one patch related to "Supporting Autotest on ARM"
> http://www.mail-archive.com/[email protected]/msg00538.html
>  
> Porting autotest-client on ARM Linux,
> I cross compiled Python-2.4 and test/bonniee++ so that I can test a
> simple test job.
> I get error "ImportError: No module named time"

This is absolutely weird. time is part of the standard python library,
it should be there. Maybe you have compiled a very very stripped down
version of python?

> Which package I need to include to support time module.
> Below is attached log:
> -----------------------------------------------------------------------------------------------------------------------------
> # pwd
> /dtv/usb/sda1/autotest-client-0.12.0-dirty
> # bin/autotest tests/bonnie/control 
> Traceback (most recent call last):
>   File "bin/autotest", line 6, in ?
>     import common
>   File "/dtv/usb/sda1/autotest-client-0.12.0-dirty/bin/common.py",
> line 8, in ?
>     root_module_name="autotest_lib.client")
>   File "/dtv/usb/sda1/autotest-client-0.12.0-dirty/setup_modules.py",
> line 139, in setup
>     _monkeypatch_logging_handle_error()
>   File "/dtv/usb/sda1/autotest-client-0.12.0-dirty/setup_modules.py",
> line 103, in _monkeypatch_logging_handle_error
>     import logging
>   File "/dtv/usb/sda1/Python-2.4/Lib/logging/__init__.py", line 29,
> in ?
>     import sys, os, types, time, string, cStringIO
> ImportError: No module named time
> -----------------------------------------------------------------------------------------------------------------------------
>  
> With Regards
> Ajeet Yadav
> 
> 
> 


_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to