[maemo-developers] markup problem

From: Max Usachev maxusachev at gmail.com
Date: Wed Dec 2 13:33:40 EET 2009
Hello!
I wrote application using python and pygtk. It is very simple - window 
with label. I want to make label as link:
...
label = gtk.Label()
label.set_use_markup(True)
label.set_markup("<a href='http://maemo.org'><span size='small' 
underline='none'>maemo.org</span></a>")
...

when I run my app at N810 I have errors:
GtkWarning: Failed to set text from markup due to error parsing markup: 
Unknown tag 'a' on line XXX char XXX

On desktop - everything is OK.

What's wrong?


Br, Max Usachev.
More information about the maemo-developers mailing list