A Ter, 2003-10-07 �s 12:23, Harobed escreveu:
> hello,
>
> I use this code :
>
> bold_tag=text_buffer.create_tag("bold", weight=pango.PANGO_WEIGHT_BOLD)
>
> and it send this error :
> AttributeError:'module' object has no attribute 'PANGO_WEIGHT_BOLD'
Try pango.WEIGHT_BOLD.
>
> info: import pango is doing
>
>
> Some one can help me ?
> thank
> stephane
>
> _______________________________________________
> pygtk mailing list [EMAIL PROTECTED]
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
--
Gustavo Jo�o Alves Marques Carneiro
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/