Oh, sorry. I use N810 with OS2008, and... GTK in my laptop has gtk_version = (2, 12, 9) and pygtk_version = (2, 12, 1). And GTK in my Nokia has gtk_version = (2, 10, 12) and pygtk_version = (2, 12, 1).
-----Original Message----- From: Dave Neary [mailto:[EMAIL PROTECTED] On Behalf Of Dave Neary Sent: Thursday, December 04, 2008 10:48 AM To: Jong-beom Kim Cc: [email protected] Subject: Re: pygtk in maemo? Hi, Jong-beom Kim wrote: > Error says ‘gtk.gdk.Color’ object has no attribute ‘to_string’. However, > as you may see on pygtk docs, gtk.gdk.Color does have to_string method > for string representation. > > (again, it works well in laptop without any error) > > What is the problem with that? Is there any difference between pygtk for > PC and for maemo? And, how can I solve this problem? Have you checked the version of GTK+ and pygtk? Perhaps this is new API which is not available in the version of pygtk you are using - you don't mention what version tablet, OS and GTK+ you are using. Cheers, Dave. -- maemo.org docsmaster Email: [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
