嗨,我是 python 开发的新手。我正在尝试执行http://dtmilano.blogspot.in/2012/02/monkeyrunner-interacting-with-views.html给出的代码,但是当我尝试执行代码时,我得到以下错误:
Traceback (most recent call last):
File "C:\Users\gur31265\workspace\MonkeyRunnerForSmartRecorder\com\test\Runner.py", line 23, in <module>
from com.dtmilano.android.viewclient import ViewClient
ImportError: No module named dtmilano
我将 Eclipse 与 PyDev 和 Jython 2.5.3 一起使用。我还在 Windows 7 机器上运行的 Eclipse 上配置了 Python 32。其他 Python 脚本运行良好,但我不知道为什么 dtmilano 博客上给出的代码会导致此错误。我还安装了 AndroidViewClient 并在系统路径中设置了 ANDROID_VIEW_CLIENT_HOME。请帮忙。