Bug#705387: alacarte: cannot import GError from gi._glib

2013-05-15 Thread Dmitri
Package: alacarte
Version: 3.5.3-1
Followup-For: Bug #705387

Dear Maintainer,

According to bugs.launchpad.net, there is a temporary solution for who need to
use alacarte  before bugfixing in repository:

In /usr/share/alacarte/Alacarte/util.py  file must change

# XXX: look into pygobject error marshalling
from gi._glib import GError

to

# XXX: look into pygobject error marshalling
from gi.repository.GLib import GError

that works for me.

Best regards,
Dmitrii



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (198, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.8-trunk-686-pae (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages alacarte depends on:
ii  gir1.2-gdkpixbuf-2.0  2.28.1-1
ii  gir1.2-glib-2.0   1.36.0-2+b1
ii  gir1.2-gmenu-3.0  3.4.2-7
ii  gir1.2-gtk-3.03.8.0-1
ii  python2.7.3-13
ii  python-gi 3.8.1-3

Versions of packages alacarte recommends:
pn  gnome-panel  none

alacarte suggests no packages.


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



Bug#705387: alacarte: cannot import GError from gi._glib

2013-04-14 Thread Alex Vanderpol
Package: alacarte
Version: 3.5.3-1
Severity: important

Dear Maintainer,

Recent updates have made Alacarte unusable due to an import error from util.py.

Here is the terminal output when I try to launch it:

Traceback (most recent call last):
  File /usr/bin/alacarte, line 23, in module
from Alacarte.MainWindow import MainWindow
  File /usr/share/alacarte/Alacarte/MainWindow.py, line 32, in module
from Alacarte.MenuEditor import MenuEditor
  File /usr/share/alacarte/Alacarte/MenuEditor.py, line 23, in module
from Alacarte import util
  File /usr/share/alacarte/Alacarte/util.py, line 25, in module
from gi._glib import GError
ImportError: cannot import name GError

I hope this can be rectified soon!



-- System Information:
Debian Release: 7.0
  APT prefers experimental
  APT policy: (650, 'experimental'), (650, 'unstable'), (600, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages alacarte depends on:
ii  gir1.2-gdkpixbuf-2.0  2.28.0-1
ii  gir1.2-glib-2.0   1.36.0-1
ii  gir1.2-gmenu-3.0  3.7.90-1
ii  gir1.2-gtk-3.03.8.0-1
ii  python2.7.3-13
ii  python-gi 3.8.0-2

Versions of packages alacarte recommends:
pn  gnome-panel  none

alacarte suggests no packages.

-- no debconf information


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