51Testing软件测试论坛

标题: Day5-5测试积点任务 [打印本页]

作者: 测试积点老人    时间: 2018-4-26 10:08
标题: Day5-5测试积点任务
问题:
jenkins 执行 python 脚本报:ImportError: No module named configparser
jenkins执行python脚本报:ImportError: No module named configparser


日志:
  1. <font face="微软雅黑" size="3">Started by user zllcjx
  2. Building in workspace /Users/Shared/Jenkins/Home/workspace/接口测试
  3. [接口测试] $ /bin/sh -xe /Users/Shared/Jenkins/tmp/hudson8711863975502678804.sh

  4. python /Users/zll/interface_test/runtest.py Traceback (most recent call last): File "/Users/zll/interface_test/runtest.py", line 5, in import interface.weather File "/Users/zll/interface_test/interface/weather.py", line 7, in from globalpkg.httpprotocol import MyHttp File "/Users/zll/interface_test/globalpkg/httpprotocol.py", line 10, in from globalpkg.logs import logger File "/Users/zll/interface_test/globalpkg/logs.py", line 7, in import configparser ImportError: No module named configparser Build step 'Execute shell' marked build as failure Finished: FAILURE</font>
复制代码


我在本地执行python脚本是ok的
麻烦各位看看是什么问题啊?


作者: qqq911    时间: 2018-4-27 10:19
感觉是少导入包,导致部分模块未找到
作者: abcsell    时间: 2018-4-27 10:38
缺乏某些导入包
作者: jingzizx    时间: 2018-4-27 12:04
命名错误,考虑插件、导入是否有问题
作者: 梦想家    时间: 2018-4-27 13:18
缺少导入包
作者: libingyu135    时间: 2018-4-27 15:22
安装configparser这个




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2