- priority: 5 --> 9
./fahgr.py:41: DeprecationWarning: The wxPython compatibility package is no longer automatically generated or actively maintained. Please switch to the wx package as soon as possible.
from wxPython.wx import *
/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wxPython/lib/wxPlotCanvas.py:5: DeprecationWarning: \
THIS MODULE IS NOW DEPRECATED
This module has been replaced by wxPyPlot, which in wxPython
can be found in wx.lib.plot.py.
import wx.lib.wxPlotCanvas
Traceback (most recent call last):
File "./fahgr.py", line 152, in OnUpdate
sn = fahgrdb.GetCurrentSnapshot()
File "/home/sgrayban/folding/fahgrdb.py", line 136, in GetCurrentSnapshot
headers = datalist.pop(0)
IndexError: pop from empty list
Traceback (most recent call last):
File "./fahgr.py", line 170, in OnSelect
self.teamdb.get_snapshots()[0])
File "./fahgr.py", line 290, in __init__
NamedColorList, self.numTeamsInCtl)
File "./fahgr.py", line 412, in __init__
ctl = SelectTeamColor(self, teams, colors)
File "./fahgr.py", line 432, in __init__
style=wxCB_READONLY)
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_controls.py", line 589, in __init__
_controls_.ComboBox_swiginit(self,_controls_.new_ComboBox(*args, **kwargs))
File "/usr/lib/python2.5/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 6-9: invalid data