whenever trying to log in , Mattricks just closes and following is the output in console:
@pc:~> /usr/bin/mattricks.py /usr/lib/python2.3/site-packages/Mattricks/MatchListPage.py:105: DeprecationWarning: wx.MaskColour is deprecated, use `wx.Mask` instead. mask = wxMaskColour(self.glasses_img, wxWHITE) /usr/lib/python2.3/site-packages/Mattricks/MatchViewerPage.py:1005: DeprecationWarning: wx.MaskColour is deprecated, use `wx.Mask` instead. mask = wxMaskColour(bmp, wxWHITE) /usr/lib/python2.3/site-packages/Mattricks/MatchViewerPage.py:1009: DeprecationWarning: wx.MaskColour is deprecated, use `wx.Mask` instead. mask = wxMaskColour(bmp, wxWHITE) /usr/lib/python2.3/site-packages/Mattricks/MatchViewerPage.py:1022: DeprecationWarning: wx.MaskColour is deprecated, use `wx.Mask` instead. mask = wxMaskColour(bmp, wxWHITE) /usr/lib/python2.3/site-packages/Mattricks/MatchViewerPage.py:1026: DeprecationWarning: wx.MaskColour is deprecated, use `wx.Mask` instead. mask = wxMaskColour(bmp, wxWHITE) @pc:~>
This happens if you run the 0.7 final and wxPython 2.5.x.
You should either install wxPython 2.4.2.4 or, better, download the latest tar-ball from the CVS. That one should now support 2.5.x.
/Oscar
mattricks@lists.lysator.liu.se