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. _______________________________________________ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers