Bug#609438: pychecker: incompatible with Python 2.7: IndexError: tuple index out of range

2011-01-12 Thread Jakub Wilk

* Kenneth Pronovici prono...@ieee.org, 2011-01-11, 21:13:

I have a new pychecker package put together, but I am going to have to
wait before uploading. The upstream 0.8.19 release removes the
pychecker2 package, which SPE depends on.  I don't want my upload to
break SPE, so I need to wait and see whether Thomas is willing to put
this code back in his upstream distribution.


No hurry. :)


Also, I only see python2.7 in experimental right now.  I do not
currently have a spare environment or chroot to devote to
experimental, so I won't be able to test 0.8.19 with python 2.7.  I'll
have to rely on you to let me know if my new package has solved your
problem.


I will be happy to assist you.

(Are you really running experimental, or are you using the Debian 
package through Ubuntu or something?)


I'm using experimental.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609438: pychecker: incompatible with Python 2.7: IndexError: tuple index out of range

2011-01-11 Thread Kenneth Pronovici
Hi Jakub,

I have a new pychecker package put together, but I am going to have to
wait before uploading.   The upstream 0.8.19 release removes the
pychecker2 package, which SPE depends on.  I don't want my upload to
break SPE, so I need to wait and see whether Thomas is willing to put
this code back in his upstream distribution.

Also, I only see python2.7 in experimental right now.  I do not
currently have a spare environment or chroot to devote to
experimental, so I won't be able to test 0.8.19 with python 2.7.  I'll
have to rely on you to let me know if my new package has solved your
problem.  (Are you really running experimental, or are you using the
Debian package through Ubuntu or something?)

KEN



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609438: pychecker: incompatible with Python 2.7: IndexError: tuple index out of range

2011-01-09 Thread Jakub Wilk

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



Bug#609438: pychecker: incompatible with Python 2.7: IndexError: tuple index out of range

2011-01-09 Thread Kenneth Pronovici
 According to upstream, pychecker 0.8.19 is compatible with Python 2.7 and
indeed I cannot see this traceback with this version anymore.

Ok.  0.8.19 has only been out for a day or so.  I'm planning to upload soon.

KEN