View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#86
Originally Posted by gohan2091 View Post
Code:
~ $ mypaint
  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.
~ $
Are you running firmware-1.3 with all updates?

Check what versions you have
Code:
apt-cache policy python-gtk2 libgtk2.0-0 mypaint
I have:
Code:
python-gtk2:
  Installed: 2.12.1-6maemo10
libgtk2.0-0:
  Installed: 2:2.14.7-1maemo33+0m5
mypaint:
  Installed: 0.9.1-maemo7
And mypaint is working on menu and from command line.

It is true that Mypaint needs newer GTK than what we have on N900. You can disable checking of version, but I do not know why you are only one who gets error for this.
Remove line 13 from file /opt/mypaint/share/mypaint/gui/main.py

You might then get some other error, but again I'm wondering are you only one who gets errors.