Hi, I am a green hand, In mago testing, I found a problem of ooldtp, What's ooldtp? I have install ldtp,python-ldtp,ldtp-doc, but they did not work. Thanks for your help. I am waiting for your repley anxiously. wjf wjf-laptop:~/mago$ PYTHONPATH=. ./bin/mago -a gcalctool Traceback (most recent call last): File "./bin/mago", line 13, in <module> sys.exit(main(args)) File "/home/wjf/mago/mago/cmd/main.py", line 140, in main process_application(app, options.target) File "/home/wjf/mago/mago/cmd/main.py", line 36, in process_application process_suite(suite_data, application_target) File "/home/wjf/mago/mago/cmd/main.py", line 44, in process_suite runner = TestSuiteRunner(suite_data) File "/home/wjf/mago/mago/cmd/runner.py", line 90, in __init__ self.suite = suite_data.get_class() File "/home/wjf/mago/mago/cmd/discovery.py", line 211, in get_class module = imp.load_module(module_name, *load_args) File "./gcalctool/gcalctool_views.py", line 2, in <module> from mago.test_suite.gnome import GCalctoolViewTestSuite File "/home/wjf/mago/mago/test_suite/gnome.py", line 8, in <module> from ..application.gnome import Application, Seahorse, GEdit, GnomeScreenshot, Calculator File "/home/wjf/mago/mago/application/gnome.py", line 6, in <module> import ooldtp ImportError: No module named ooldtp Best regards, Junfen |