When i try to view the new match statistics without fetching all previous games i get the following error:
Traceback (most recent call last): File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchListPage.py", line 134, in OnTables ret = MatchStatsDialog.MatchStatsDialog(self, self.all_matches).Show() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchStatsDialog.py", line 47, in __init__ notebook.AddPage(TablePanel(notebook, -1, all_matches), _("Tables")) File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchStatsDialog.py", line 99, in __init__ text = wxStaticText(self, -1, Terms.match_type[matchtype]) KeyError
Besides this, i have a small feature request; is it possible to have Mattricks remember the last login data (username + password) so i only have to click the login button. (and perhaps make the feature optional, cause i dont think everyone will appreciate such a feature :)
Zazell