Alan Franzoni wrote:
>Hello, I'd like you to try this code:
>
>#begin pangocrash.py
>import pygtk
>pygtk.require('2.0')
>import gtk
>import pango
>
>a=gtk.Label(str='Test')
>
>bold=pango.AttrList()
>bold.insert(pango.AttrWeight(pango.WEIGHT_BOLD,0,-1))
>
>
the start and end indexes must be >= 0
Please file a bug report.
John