pinaple
pinaple copied to clipboard
ImportError: No module named gobject
I have the error:
pi@raspberrypi-Pyfi7poq4a:~ $ sudo pinaple-agent --pin 1234
Traceback (most recent call last):
File "/usr/local/bin/pinaple-agent", line 15, in
I think maybe you could modify pinaple-agent per: https://stackoverflow.com/questions/37323567/install-gobject-module
Example: #!/usr/bin/env python
Author: Douglas Otwell
This software is released to the public domain
The Software is provided "as is" without warranty of any kind, either express or implied,
including without limitation any implied warranties of condition, uninterrupted use,
merchantability, fitness for a particular purpose, or non-infringement.
from gi.repository import GObject as gobject import os import sys import dbus import dbus.service import dbus.mainloop.glib import gobject from optparse import OptionParser
That did get me past the error but now I am hitting the bluez error others have reported:
pi@raspberrypi-Pyfi7poq4a:~ $ sudo pinaple-agent --pin 1234
Traceback (most recent call last):
File "/usr/local/bin/pinaple-agent", line 67, in
If someone is reading this so they can set up a bluetooth (PAN) personal area network with raspberry pi, I was able to get the procedure detailed here to work: https://raspberrypi.stackexchange.com/questions/29504/how-can-i-set-up-a-bluetooth-pan-connection-with-a-raspberry-pi-and-an-ipod