You are not logged in.

#1 2009-03-03 02:06:48

b4283
Member
Registered: 2008-11-26
Posts: 121

pyNeighborhood problem

Since upgraded to pyNeighborhood 0.5.0-1, I've been unabled to start it.
The error mesg is stated at below:

Traceback (most recent call last):
  File "/usr/bin/pyNeighborhood", line 23, in <module>
    from pyneighborhood.mainwindow import MainWindow
  File "/home/build/community/network/pyneighborhood/pkg/usr/lib/python2.6/site-packages/pyneighborhood/__init__.py", line 33, in <module>
    
  File "/home/build/community/network/pyneighborhood/pkg/usr/lib/python2.6/site-packages/pyneighborhood/misc.py", line 99, in print_debug
  File "/usr/lib/python2.6/inspect.py", line 911, in getframeinfo
    lines, lnum = findsource(frame)
  File "/usr/lib/python2.6/inspect.py", line 573, in findsource
    if pat.match(lines[lnum]): break
IndexError: list index out of range

(The dependencies are also upgraded as well) At first I thought it was pygtk, but apparently not so.

Last edited by b4283 (2009-03-03 02:07:33)

Offline

#2 2009-03-03 03:30:21

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,544

Re: pyNeighborhood problem

I know nothing about Python, but that looks like your standard "array index out of bounds" - app error. Does the app have a site, is the bug mentioned there? Is there a new release? Does Google find anything? And, does the app have a version control system (CVS, SVN, Git, etc.) that you can probe to see if it has a fix, or try out? If none of the above, I say file a bug report with the makers.

Make sure it was a new version of the app that b0rked it, not a new version of Python or pyGTK or anything.

Last edited by Ranguvar (2009-03-03 03:31:02)

Offline

#3 2009-03-03 04:18:16

b4283
Member
Registered: 2008-11-26
Posts: 121

Re: pyNeighborhood problem

Thanks for the tip.
I've filed a bug report in their tracker.

Offline

#4 2009-03-03 07:55:16

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: pyNeighborhood problem

b4283 wrote:

Thanks for the tip.
I've filed a bug report in their tracker.

it was a packaging error which is fixed in 0.5.0-2

please use our bug tracker first next time in case you're not sure if it is a packaging error or upstream.

Offline

Board footer

Powered by FluxBB