View Single Post
Posts: 271 | Thanked: 20 times | Joined on Apr 2009 @ United Kingdom
#84
Clicking the MyPaint icon results in it closing down moments after it attempts to load. Running mypaint via xterminal results in the following messages:

Code:
~ $ mypaint
external python-simplejson
Traceback (most recent call last):
  File "/opt/mypaint/bin/mypaint", line 171, in <module>
    from gui import main
  File "/opt/mypaint/share/mypaint/gui/main.py", line 13, in <module>
    assert gtk.ver >= required, 'You need to upgrade PyGTK, at least version %d.%d.%d is required.' % required
AssertionError: You need to upgrade PyGTK, at least version 2.16.0 is required.
~ $
Can anyone help?