Hi,
I cross-compiled Python2.4 for ARM (Linux 2.6.30) in order to run
autotest-client-xxx on my ARM target.
When I run autotest on ARM target I get "ImportError: No module named time"

Which package I need to install to add support for time module.

# bin/autotest samples/filesystem

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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to