Package: pychecker
Version: 0.8.18-7
Tags: fixed-upstream
User: debian-pyt...@lists.debian.org
Usertags: python2.7
I'm getting tracebacks when I try tu use pychecker with python2.7:
$ PYTHONVER=2.7 pychecker /usr/lib/python2.7/antigravity.py
Processing module antigravity (/usr/lib/python2.7/antigravity.py)...
Caught exception importing module webbrowser:
File "pychecker/checker.py", line 680, in _initModule()
self.addClass(tokenName)
File "pychecker/checker.py", line 592, in addClass()
self.__addAttributes(c, c.classObject)
File "pychecker/checker.py", line 577, in __addAttributes()
self.__addAttributes(c, base)
File "pychecker/checker.py", line 579, in __addAttributes()
c.addMembers(classObject)
File "pychecker/checker.py", line 391, in addMembers()
self.addMembersFromMethod(method.im_func)
File "pychecker/checker.py", line 407, in addMembersFromMethod()
operand = OP.getOperand(op, func_code, oparg)
File "pychecker/OP.py", line 72, in getOperand()
return _CMP_OP[oparg]
IndexError: tuple index out of range
According to upstream, pychecker 0.8.19 is compatible with Python 2.7
and indeed I cannot see this traceback with this version anymore.
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org