I finally had Mattricks working in Mandrake10.1 yesterday (i installed the binairies of wxWidgets en wxGTK from their sites (version 2.4.2) wich solved the issue; perhaps due to Mattricks being unable to download the xml's because of HT being extremely slow. anyways, i put some Matches in the matchviewer, quit Mattricks en started it again. now i get this error: (i use most recent cvs version)
[zazell@zazzie Mattricks]$ ./mattricks.py Traceback (most recent call last): File "./mattricks.py", line 36, in ? Init.start() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Init.py", line 57, in start Commandline.parse_and_start() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Commandline.py", line 105, in p arse_and_start all_commands[command](args, help_command) File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Commandline.py", line 121, in p arse_cmd_gui Main.main(*args) File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Main.py", line 439, in main app = Main(filename) File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Main.py", line 391, in __init__ wxApp.__init__(self) File "/usr/lib/python2.3/site-packages/wxPython/wx.py", line 1951, in __init__ _wxStart(self.OnInit) File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Main.py", line 414, in OnInit frame.AfterInit() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Main.py", line 261, in AfterIni t self.__do_fetch() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Main.py", line 361, in __do_fet ch self.__new_xmls() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Main.py", line 334, in __new_xm ls page.ChangeXML() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Playerlist.py", line 445, in Ch angeXML self.playerlist.UpdateColumns() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Playerlist.py", line 336, in Up dateColumns self.PopulateList() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/Playerlist.py", line 216, in Po pulateList mid = Main.notebook_pages["matchlist"].GetNextMatch() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchListPage.py", line 170, in GetNextMatch self.all_matches.reverse() AttributeError: MatchListPage instance has no attribute 'all_matches'