* Using simple-agent on oe-core built image
@ 2013-01-03 13:51 Philip Balister
2013-01-03 14:01 ` Burton, Ross
0 siblings, 1 reply; 2+ messages in thread
From: Philip Balister @ 2013-01-03 13:51 UTC (permalink / raw)
To: openembedded-core
I am trying to pair a headset with a USB bluetooth dongle on a console
only machine. Googling suggests I need to use the simple-agent python
script.
If I copy this script to the target and try to run it, this line fails:
from gi.repository import GObject
It is not clear to me how to install the missing module on the device.
Does anyone have any suggestions?
Philip
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Using simple-agent on oe-core built image
2013-01-03 13:51 Using simple-agent on oe-core built image Philip Balister
@ 2013-01-03 14:01 ` Burton, Ross
0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2013-01-03 14:01 UTC (permalink / raw)
To: Philip Balister; +Cc: openembedded-core
On 3 January 2013 13:51, Philip Balister <philip@balister.org> wrote:
> from gi.repository import GObject
Ah, they've ported from gtk2 to gtk3, as that's the
gobject-introspection import. We've not packaged up g-i yet so you'll
want to dig into the history and find a revision of simple-agent that
does "import gtk" or "import gobject" instead.
Ross
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-03 14:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 13:51 Using simple-agent on oe-core built image Philip Balister
2013-01-03 14:01 ` Burton, Ross
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.