在脚本中会有:from appium import webdriver 第一次运行时可能会遇到这样的error:No module named appium 之所以会报这样的error是因为没有装clientclient下载地址 :https://github.com/appium/python-client
下载下来后,python setup.py install
见:http://blog.sina.com.cn/s/blog_7ff239e10102vgl5.html