[Buildbot-commits] [Buildbot] #2799: new pylint fails

Buildbot trac trac at buildbot.net
Wed May 7 12:05:52 UTC 2014


#2799: new pylint fails
-------------------+---------------------
Reporter:  dustin  |       Owner:  dustin
    Type:  task    |      Status:  new
Priority:  major   |   Milestone:  0.8.+
 Version:  0.8.8   |  Resolution:
Keywords:          |
-------------------+---------------------

Comment (by dustin):

 Yet for me:
 {{{
 pylint --rcfile=../common/pylintrc buildbot
 Traceback (most recent call last):
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/bin/pylint", line 9,
 in <module>
     load_entry_point('pylint==1.2.1', 'console_scripts', 'pylint')()
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/pylint/__init__.py", line 21, in run_pylint
     Run(sys.argv[1:])
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/pylint/lint.py", line 1051, in __init__
     linter.check(args)
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/pylint/lint.py", line 626, in check
     self.check_astroid_module(astroid, walker, rawcheckers, tokencheckers)
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/pylint/lint.py", line 712, in check_astroid_module
     walker.walk(astroid)
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/pylint/utils.py", line 715, in walk
     self.walk(child)
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/pylint/utils.py", line 712, in walk
     cb(astroid)
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/pylint/checkers/imports.py", line 269, in visit_from
     self._add_imported_module(node, '%s.%s' % (importedmodnode.name,
 name))
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/pylint/checkers/imports.py", line 302, in _add_imported_module
     importedmodname = get_module_part(importedmodname)
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/logilab/common/modutils.py", line 352, in get_module_part
     path=path, context_file=context_file)
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/logilab/common/modutils.py", line 297, in file_from_modpath
     return _file_from_modpath(modpath, path, context)
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/logilab/common/modutils.py", line 556, in _file_from_modpath
     mtype, mp_filename = _module_file(modpath, path)
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/logilab/common/modutils.py", line 636, in _module_file
     return _search_zip(modpath, pic)[:2]
   File "/home/dustin/code/buildbot/t/buildbot/sandbox/lib/python2.7/site-
 packages/logilab/common/modutils.py", line 577, in _search_zip
     raise ImportError('No module named %s' % '.'.join(modpath))
 ImportError: No module named zope
 }}}

 when I really swear I have zope.interfaces installed.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2799#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list