Bug#760946: ImportError: could not import gobject (could not find _PyGObject_API object)

2014-09-24 Thread Olivier Berger
Hi. On Tue, Sep 09, 2014 at 01:37:04PM +0200, Olivier Berger wrote: I've been unable to start pysshmenu, which uses the following code : ... which results in : $ /usr/bin/pysshmenu ** (pysshmenu:23359): WARNING **: Couldn't register with accessibility bus: Did not receive a reply.

Bug#760946: ImportError: could not import gobject (could not find _PyGObject_API object)

2014-09-09 Thread Olivier Berger
Package: python-gconf Version: 2.28.1+dfsg-1 Severity: normal Dear Maintainer, I've been unable to start pysshmenu, which uses the following code : #!/usr/bin/python ''' ... ''' from gi.repository import Gtk, Gdk import copy import re import subprocess import os import yaml import shutil