View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#93
Originally Posted by lonk View Post
Here's what I got

Code:
    ra = gtk.RecentAction('OpenRecent', _('Open Recent'), _('Open Recent files'), None)
TypeError: GtkRecentAction.__init__() argument 4 must be string, not None
This one:
https://gitorious.org/~aaporantalain...6534a2b60ec6e8

And seems you must fix all the same errors (about 20) what have already fixed for maemo-version: https://gitorious.org/~aaporantalain.../master?page=1

Mainly these are because Maemo has too old glib for 0.9 version.

[EDIT]
Actually these errors are because of too old GTK, which needs (at some point) newer glib than maemo5 have.
[/EDIT]

Last edited by AapoRantalainen; 2012-01-25 at 08:45. Reason: added GTK
 

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