Hmm...
sidebar.add_attribute(0, "text")

Gives me:
Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

..and gibberish on the GUI? If I change the values I added using:
data.appendv([0], [u"test1"])

It gives me:
Clutter-WARNING **: ./clutter-list-model.c:186: Unable to convert from PyObject to gchararray
Mx-CRITICAL **: mx_label_set_text: assertion `text != NULL' failed

..which I think is even more worrying?!!!
Any ideas?


On 26/10/11 11:52, Bastian Winkler wrote:
sidebar.add_attribute(0, "text")
_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to