On Sat, 19 Jan 2013 11:55:39 +0100
Josselin Mouette <j...@debian.org> wrote:

> Le vendredi 18 janvier 2013 à 21:10 +0000, Tony Houghton a écrit : 
> > style_provider.load_from_data(
> >         """* {
> >         -GtkButton-default-border : 0;
> >         -GtkButton-default-outside-border : 0;
> >         -GtkButton-inner-border: 0;
> >         -GtkWidget-focus-line-width : 0;
> >         -GtkWidget-focus-padding : 0;
> >         padding: 0;
> >         }""")
> > 
> > and with python3 the second line generates this error:
> > 
> > TypeError: Item 0: Must be number or single byte string, not str
> 
> Well, if Python wants a byte string, send it a byte string, not a
> unicode one.
> That is, b"""blah blah blah""".

Oh. I knew python 3 str had been made unicode but I didn't know raw
strings were still supported that way.

This isn't looking good for python3 being the solution where python2-gi
can't read GTK widgets containing unicode characters. :-(


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to