Similar problema (I get error in line 77 but position 34):
$ kubuntu-devel-release-upgrade
Traceback (most recent call last):
File "/usr/bin/do-release-upgrade", line 77, in <module>
print _("Checking for a new ubuntu release")
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position
34: ordinal not in range(128)
In my case, workaround:
$ kdesudo kate /usr/bin/do-release-upgrade
Go to line 77 and delete "ubuntu" word. Line 77 should be now:
print _("Checking for a new release")
Save and exit. Now run:
$ kubuntu-devel-release-upgrade
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/945498
Title:
Kubuntu: UnicodeEncodeError: 'ascii' codec can't encode character
u'\xe9'
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/945498/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs