View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#88
Originally Posted by gohan2091 View Post
How do I update pygtk?
You have most updated pygtk as available.

Originally Posted by gohan2091 View Post
How do I remove line 13 from that file?
You need root access: ( http://wiki.maemo.org/Root ). Then run
Code:
sudo gainroot
cd /opt/mypaint/share/mypaint/gui/
sed -i 's/assert gtk.ver/#assert gtk.ver/g' main.py
It disable version checking. As I wrote earlier this is something that should not happen, so you might encounter other problems. Until we catch primary reason for this (we are all running same version of Mypaint and used libraries, and you are first who reports this).
 

The Following User Says Thank You to AapoRantalainen For This Useful Post: