** Summary changed:
- update-manager fails to install todays updates due to "undefined symbol:
PyUnicodeUCS4_DecodeUTF8"
+ Many python programs fail with: "undefined symbol: PyUnicodeUCS4_DecodeUTF8"
** Description changed:
- Happens everytime I run it. If I run it from
- "System::Administration::Update Manager" then first the apport icon
- appears in the gnome-panel notification area but when I click the apport
- icon it just disappears without ever showing any UI.
+ With python2.6 version 2.6.1-1ubuntu5, many extension modules fail to
+ load, resulting in fatal errors such as:
mn...@kingfish:~$ update-manager
Traceback (most recent call last):
File "/usr/bin/update-manager", line 29, in <module>
import gtk
File "/var/lib/python-support/python2.6/gtk-2.0/gtk/__init__.py", line 38,
in <module>
import gobject as _gobject
File "/var/lib/python-support/python2.6/gtk-2.0/gobject/__init__.py", line
33, in <module>
from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds,
\
File "/var/lib/python-support/python2.6/gtk-2.0/glib/__init__.py", line 30,
in <module>
from glib._glib import *
ImportError: /var/lib/python-support/python2.6/gtk-2.0/glib/_glib.so:
undefined symbol: PyUnicodeUCS4_DecodeUTF8
mn...@kingfish:~$ update-manager
Traceback (most recent call last):
File "/usr/bin/update-manager", line 29, in <module>
import gtk
File "/var/lib/python-support/python2.6/gtk-2.0/gtk/__init__.py", line 38,
in <module>
import gobject as _gobject
File "/var/lib/python-support/python2.6/gtk-2.0/gobject/__init__.py", line
33, in <module>
from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds,
\
File "/var/lib/python-support/python2.6/gtk-2.0/glib/__init__.py", line 30,
in <module>
from glib._glib import *
ImportError: /var/lib/python-support/python2.6/gtk-2.0/glib/_glib.so:
undefined symbol: PyUnicodeUCS4_DecodeUTF8
mn...@kingfish:~$
+
+ The problem is corrected in version 2.6.1-1ubuntu5.1. Note that since
+ Update Manager is one of the affected programs, users affected by this
+ bug will need to upgrade using apt-get in a terminal:
+
+ $ sudo apt-get update && sudo apt-get dist-upgrade
--
Many python programs fail with: "undefined symbol: PyUnicodeUCS4_DecodeUTF8"
https://bugs.launchpad.net/bugs/349467
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