Mandrake 10.1 comes bundled with the wrong (newer) version of wxWidgets (version 2.5.2 I think) then supported by Mattricks (which needs 2.4.2.4). Guess there are 2 solutions, either you can downgrade WxWidgets to 2.4.2.4 or you can grab a copy from cvs.
To get the source code through anonymous cvs, write the following commands:
$ cvs -d :pserver:anonymous@cvs.lysator.liu.se:/cvsroot/mattricks login
$ cvs -d :pserver:anonymous@cvs.lysator.liu.se:/cvsroot/mattricks co Mattricks
At the password prompt, just press enter. The source code will be downloaded into the current directory/Mattricks and can be started by giving the command:
$ cd Mattricks $ ./mattricks.py
Possibly you should install cvs using your distro's packagemanager.
-----Original Message----- From: mattricks-bounces@lists.lysator.liu.se [mailto:mattricks-bounces@lists.lysator.liu.se] On Behalf Of LOPATNIC MARIAN Sent: maandag 28 februari 2005 16:06 To: mattricks@lists.lysator.liu.se Subject: [Mattricks] hy
i've just installed mattricks 0.7-1 on my machine and when i try to run the program i get something like this : /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)
my so is mandrake 10.1 official, i'm a newbie in linux (super newbie :)) ) and i don't know what to do to make it work. i've read already your bugzilla and i haven't found this error ... please help me. many, many thanks, and please excuse me if i've troubled you for nothing...
__________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo _______________________________________________ Mattricks mailing list Mattricks@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/mattricks Bug report: http://bugzilla.lysator.liu.se/enter_bug.cgi?product=Mattricks