Long fight vs. me and vs. my mashine ;o)
What do I have to do with the file now?
_________________________________________________________________ Wußten Sie, daß Sie Ihren Hotmail-Posteingang auch über den MSN Messenger abrufen können? http://www.msn.de/messenger Jetzt kostenlos downloaden und einfach testen!
I do alot of research and bug reporting offcourse. now I have come up with a nice thing for mattricks maybe it is possible, as alot of my friends, would like it to see. it is the following
current everything is coming to XML and from october this year, hrf files won't exists anymore. now, when I look in my hrf directory, I see like 100 different hrf files. as I update it automatically every day. now, this is a bit getting messy. there should be a oportunity to either make a db file, to get them all in to, where mattricks get his data from. or stick with the normal hrf file (so choosing in preferences) maybe an MySQL db or just a local db file
tell me what you all think about this, and if it is possible.
/ bart
All xml:s are already being stored in a database. It should be possible to switch off saving the xml:s separately though. When all data now available as hrf is available as xml, we will turn off support for hrf:s (but add a script for adding the information in the hrf:s to the database).
/Ragnar
On Tue, 24 Feb 2004, bart wrote:
I do alot of research and bug reporting offcourse. now I have come up with a nice thing for mattricks maybe it is possible, as alot of my friends, would like it to see. it is the following
current everything is coming to XML and from october this year, hrf files won't exists anymore. now, when I look in my hrf directory, I see like 100 different hrf files. as I update it automatically every day. now, this is a bit getting messy. there should be a oportunity to either make a db file, to get them all in to, where mattricks get his data from. or stick with the normal hrf file (so choosing in preferences) maybe an MySQL db or just a local db file
tell me what you all think about this, and if it is possible.
/ bart _______________________________________________ Mattricks mailing list Mattricks@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/mattricks
Thanks
Ragnar Ouchterlony wrote:
All xml:s are already being stored in a database. It should be possible to switch off saving the xml:s separately though. When all data now available as hrf is available as xml, we will turn off support for hrf:s (but add a script for adding the information in the hrf:s to the database).
/Ragnar
On Tue, 24 Feb 2004, bart wrote:
I do alot of research and bug reporting offcourse. now I have come up with a nice thing for mattricks maybe it is possible, as alot of my friends, would like it to see. it is the following
current everything is coming to XML and from october this year, hrf files won't exists anymore. now, when I look in my hrf directory, I see like 100 different hrf files. as I update it automatically every day. now, this is a bit getting messy. there should be a oportunity to either make a db file, to get them all in to, where mattricks get his data from. or stick with the normal hrf file (so choosing in preferences) maybe an MySQL db or just a local db file
tell me what you all think about this, and if it is possible.
/ bart _______________________________________________ Mattricks mailing list Mattricks@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/mattricks
Mattricks mailing list Mattricks@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/mattricks
i get the following error when starting mattricks (also with the most recent cvs pull):
Traceback (most recent call last): File "./mattricks.py", line 36, in ? Init.start() File "/home/zazell/cvs/Mattricks/Mattricks/Init.py", line 57, in start Commandline.parse_and_start() File "/home/zazell/cvs/Mattricks/Mattricks/Commandline.py", line 105, in parse_and_start all_commands[command](args, help_command) File "/home/zazell/cvs/Mattricks/Mattricks/Commandline.py", line 121, in parse_cmd_gui Main.main(*args) File "/home/zazell/cvs/Mattricks/Mattricks/Main.py", line 379, in main app = Main(filename) File "/home/zazell/cvs/Mattricks/Mattricks/Main.py", line 335, in __init__ wxApp.__init__(self) File "/usr/lib/python2.3/site-packages/wxPython/wx.py", line 1939, in __init__ _wxStart(self.OnInit) File "/home/zazell/cvs/Mattricks/Mattricks/Main.py", line 357, in OnInit frame.AfterInit() File "/home/zazell/cvs/Mattricks/Mattricks/Main.py", line 160, in AfterInit default_override, default_server) File "/home/zazell/cvs/Mattricks/Mattricks/Main.py", line 284, in __do_fetch self.__change_hrf(hrffile) File "/home/zazell/cvs/Mattricks/Mattricks/Main.py", line 245, in __change_hrf page.ChangeHRF(hrffile) File "/home/zazell/cvs/Mattricks/Mattricks/LineupPage.py", line 228, in ChangeHRF self.lineup.ChangeHRF("htdata", self.htdata[1]) File "/home/zazell/cvs/Mattricks/Mattricks/LineupCtrl.py", line 193, in ChangeHRF self.data = self.__convert_data(data_type, data, *extra_data) File "/home/zazell/cvs/Mattricks/Mattricks/LineupCtrl.py", line 242, in __convert_data posval = getattr(data.get_player(pid, True), "ts_" + pos) File "/home/zazell/cvs/Mattricks/Mattricks/HRFData.py", line 234, in get_player return self.__players_display[pid] KeyError: 23495120
On Mon, 1 Mar 2004, Zazell Kroeske wrote:
i get the following error when starting mattricks (also with the most recent cvs pull):
I'd say that you have sold a player that you also have in your startup line.
It's a known error that will get fixed when the LineupCtrl is changed to use the player xml instead.
/Ragnar
oke, the weird thing is, (but not related to the program) that i indeed lost a player, but i didnt put him on the transferlist nor fired him (as far as i can remember).
but thanks for the information anyways.
On Mon, 2004-03-01 at 18:28, Ragnar Ouchterlony wrote:
On Mon, 1 Mar 2004, Zazell Kroeske wrote:
i get the following error when starting mattricks (also with the most recent cvs pull):
I'd say that you have sold a player that you also have in your startup line.
It's a known error that will get fixed when the LineupCtrl is changed to use the player xml instead.
/Ragnar _______________________________________________ Mattricks mailing list Mattricks@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/mattricks
I saw you did an update on the team leauges
but it still shows my old leauge
/ bart
Yes, that part was not updated (yet). You could solve the problem by typing -1 as season. After a patch that I will hopefully make tonight it will even stay with the correct season after that, but at the moment you will have to retype the -1 each time. If you were promoted or degraded you can open the team list and doubleclick on your team name. That will updated the series for your team.
Quite convenient, right? ;-)
We tend not to think about season change related problems until they actually appear, unfortunately.
/Oscar
mattricks@lists.lysator.liu.se