Victory!

I managed to get Twitter working in Gwibber by changing the line 436 in
/usr/lib/python2.6/sgmllib.py from:

            self.handle_data(replacement)

to:

            self.handle_data(unicode(replacement,'latin-1'))

I also deleted /usr/lib/python2.6/sgmllib.pyc. This is my first time
ever doing something in Python, so I have no idea what the proper way of
doing this would be, or whether this correctly fixes the bug. Hopefully
a Python expert can pick it up from here.

-- 
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 0: 
unexpected end of data
https://bugs.launchpad.net/bugs/605543
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to