The import error reported above is not reproducible in Intrepid and Jaunty as least ===== Traceback (most recent call last): cant import cStringIO <type 'exceptions.ImportError'>: /usr/lib/python2.5/lib-dynload/time.so: undefined symbol: PyExc_ValueError =====
The following change may have solved this issue. =============== --- liferea-1.4.14/src/liferea.in 2007-11-21 23:37:39.000000000 +0100 +++ liferea-1.4.23/src/liferea.in 2008-11-29 20:57:04.000000000 +0100 @@ -14,19 +14,6 @@ params="$@" -# -# If we run with Gecko or XulRunner we need to set -# LD_LIBRARY_PATH (WebKit and GtkHTML do not need this). -# -if [ "@MOZILLA_LIB_ROOT@" != "" ]; then - if [ "$LD_LIBRARY_PATH" = "" ]; then - ld_library_pa...@mozilla_lib_root@ - else - ld_library_pa...@mozilla_lib_root@:$LD_LIBRARY_PATH - fi - export LD_LIBRARY_PATH -fi - if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then eval `dbus-launch` export DBUS_SESSION_BUS_ADDRESS ================= I'm not sure why and when this has been fixed but it's fixed. -- liferea spits python ImportError during startup https://bugs.launchpad.net/bugs/215658 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs