I tried to install the App on Mac os X as per explained in the tutorial.
Everything went Ok
Then I launched the tool with the following command line pythonw mattricks.py gui, I was prompted for my usernam and password and suddenly I get the following error message:

Do you know what I did wrong ?
Thank you in advance for your help.


raceback (most recent call last):
  File "mattricks.py", line 25, in <module>
    mattricks.main()
File "/Users/Sabry/mattricks-0.9.0/mattricks/mattricks.py", line 49, in main
    Init.start()
File "/Users/Sabry/mattricks-0.9.0/mattricks/Init.py", line 158, in start
    Commandline.parse_and_start()
File "/Users/Sabry/mattricks-0.9.0/mattricks/Commandline.py", line 116, in parse_and_start
    all_commands[command](args, help_command)
File "/Users/Sabry/mattricks-0.9.0/mattricks/Commandline.py", line 140, in parse_cmd_gui
    Main.main(*args)
File "/Users/Sabry/mattricks-0.9.0/mattricks/Main.py", line 499, in main
    app = Main(filename)
File "/Users/Sabry/mattricks-0.9.0/mattricks/Main.py", line 439, in __init__
    wx.App.__init__(self)
File "/usr/local/lib/wxPython-unicode-2.8.10.1/lib/python2.6/site- packages/wx-2.8-mac-unicode/wx/_core.py", line 7978, in __init__
    self._BootstrapApp()
File "/usr/local/lib/wxPython-unicode-2.8.10.1/lib/python2.6/site- packages/wx-2.8-mac-unicode/wx/_core.py", line 7552, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/Users/Sabry/mattricks-0.9.0/mattricks/Main.py", line 468, in OnInit
    frame.AfterInit()
File "/Users/Sabry/mattricks-0.9.0/mattricks/Main.py", line 281, in AfterInit
    self.pages[name].AfterInit()
File "/Users/Sabry/mattricks-0.9.0/mattricks/Playerlist.py", line 698, in AfterInit
    self.playerlist.AfterInit()
File "/Users/Sabry/mattricks-0.9.0/mattricks/Playerlist.py", line 242, in AfterInit
    self.stars[i] = self.imagelist.Add(create_star_image(i))
File "/usr/local/lib/wxPython-unicode-2.8.10.1/lib/python2.6/site- packages/wx-2.8-mac-unicode/wx/_gdi.py", line 6127, in Add
    return _gdi_.ImageList_Add(*args, **kwargs)
PyAssertionError: C++ assertion "(bitmap.GetWidth() >= m_width && bitmap.GetHeight() == m_height) || (m_width == 0 && m_height == 0)" failed at /BUILD/wxPython-src-2.8.10.1/src/mac/carbon/imaglist.cpp(80) in Add(): invalid bitmap size in wxImageList: this might work on this platform but definitely won't under Windows.

_______________________________________________
Mattricks-users mailing list
[email protected]
https://mail.gna.org/listinfo/mattricks-users

Reply via email to