<div>Hi,</div>
<div>I cross-compiled Python2.4 for ARM (Linux 2.6.30) in order to run autotest-client-xxx on my ARM target.</div>
<div>When I run autotest on ARM target I get "ImportError: No module named time"</div>
<div> </div>
<div>Which package I need to install to add support for time module.</div>
<div> </div>
<div># bin/autotest samples/filesystem </div>
<div><br>Traceback (most recent call last):<br>  File "bin/autotest", line 6, in ?<br>    import common<br>  File "/dtv/usb/sda1/autotest-client-0.12.0-dirty/bin/common.py", line 8, in ?<br>    root_module_name="autotest_lib.client")<br>
  File "/dtv/usb/sda1/autotest-client-0.12.0-dirty/setup_modules.py", line 139, in setup<br>    _monkeypatch_logging_handle_error()<br>  File "/dtv/usb/sda1/autotest-client-0.12.0-dirty/setup_modules.py", line 103, in _monkeypatch_logging_handle_error<br>
    import logging<br>  <font color="#ff0000">File "/dtv/usb/sda1/Python-2.4/Lib/logging/__init__.py", line 29, in ?<br>    import sys, os, types, time, string, cStringIO<br>ImportError: No module named time </font></div>

<div><font color="#ff0000"></font> </div>
<div><font color="#000000">With Regards</font></div>
<div>Ajeet Yadav</div>