← Back to team overview

pyneighborhood team mailing list archive

[Bug 337060] Re: 0.5.0 startup error

 

** Changed in: pyneighborhood
     Assignee: pyNeighborhood-failed (pyneigborhood) => pyNeighborhood (pyneighborhood)

-- 
0.5.0 startup error
https://bugs.launchpad.net/bugs/337060
You received this bug notification because you are a member of
pyNeighborhood, which is a bug assignee.

Status in pyNeighborhood: Won't Fix

Bug description:
Since upgraded to 0.5.0-1, I couldn't start pyNeighborhood.
The error mesg is stated 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