Hi,
I'm having trouble getting mattricks to work on Gentoo. I've tried different
things.
I tried running the ebuilds for 0.6 and 0.7. They both crash right after the
username/password prompt.
I tried the tarball for 0.7 from your site. Same problem.
Today I tried the cvs version which behaves the same, but gives an error
field. I mail you the contents of that form.
I'm running an up-to-date Gentoo system. I've tried running mattricks on other
systems as well, but I think I only got it running on Debian stable. I know I
failed to get it working on Archlinux and Kubuntu Linux.
I hope it's my stupidity and not incompatibility, anyway, good luck!
greetings, Quido
________________ MATTRICKS ERROR MESSAGE ________________
Traceback (most recent call last):
File "/usr/bin/mattricks.py", line 37, in ?
Init.start()
File "/usr/lib/python2.3/site-packages/Mattricks/Init.py", line 83, in start
Commandline.parse_and_start()
File "/usr/lib/python2.3/site-packages/Mattricks/Commandline.py", line 105,
in parse_and_start
all_commands[command](args, help_command)
File "/usr/lib/python2.3/site-packages/Mattricks/Commandline.py", line 125,
in parse_cmd_gui
Main.main(*args)
File "/usr/lib/python2.3/site-packages/Mattricks/Main.py", line 467, in main
app = Main(filename)
File "/usr/lib/python2.3/site-packages/Mattricks/Main.py", line 419, in
__init__
wx.App.__init__(self)
File "/usr/lib/python2.3/site-packages/wxPython/wx.py", line 1951, in
__init__
_wxStart(self.OnInit)
File "/usr/lib/python2.3/site-packages/Mattricks/Main.py", line 442, in
OnInit
frame.AfterInit()
File "/usr/lib/python2.3/site-packages/Mattricks/Main.py", line 268, in
AfterInit
self.pages[name].AfterInit()
File "/usr/lib/python2.3/site-packages/Mattricks/MatchListPage.py", line
112, in AfterInit
self.__get_all_matches()
File "/usr/lib/python2.3/site-packages/Mattricks/MatchListPage.py", line
506, in __get_all_matches
self.__get_matches(force_update)
File "/usr/lib/python2.3/site-packages/Mattricks/MatchListPage.py", line
501, in __get_matches
self.matches = MatchInfo.CurrentMatches(None, force_update)
File "/usr/lib/python2.3/site-packages/Mattricks/MatchInfo.py", line 79, in
__init__
self.__extract_data(team_id, force_update, progress_dialog)
File "/usr/lib/python2.3/site-packages/Mattricks/MatchInfo.py", line 84, in
__extract_data
data = XMLParse.get(["match list", team_id], force_update=f_upd,
progress_dialog = p_dlg)
File "/usr/lib/python2.3/site-packages/Mattricks/XMLParse.py", line 311, in
get
idstr = xml_info[5](identifier)
File "/usr/lib/python2.3/site-packages/Mattricks/XMLDataInfo.py", line 197,
in <lambda>
(lambda x: "%s-t%d" % (x[0], x[1])),
TypeError: int argument required