此时先检查一下有没有安装Appium-Python-Client,如果没有安装Appium-Python-Client就在控制台输入pip install Appium-Python-Client进行Appium-Python-Client的安装,安装完后在Pycharm中导入appium模块时还会出现ModuleNotFoundError: No module named 'appium'的错误,那就是没有在Pycharm中配置Project Interpreter. 打开Pycharm,Py…
转载请注明出处: http://www.cnblogs.com/darkknightzh/p/5670821.html 参考网址: http://zhidao.baidu.com/question/571091326.html 设置的地方: Run/Debug Configurations->Configurations->Script Parames 和vs类似,都不用输入程序名字,直接输入参数即可. 如,在命令行中需要输入 python a.py b c d 则在上述地方直接输入 b c…