Skip to content

Instantly share code, notes, and snippets.

@rcombs
Created April 14, 2013 05:22
Show Gist options
  • Save rcombs/5381559 to your computer and use it in GitHub Desktop.
Save rcombs/5381559 to your computer and use it in GitHub Desktop.
$ ./p.py --lightblue --pair get_time
Process Process-2:
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/Users/11rcombs/libs/libpebble/pebble/LightBluePebble.py", line 80, in run
from lightblue import pair, socket as lb_socket, finddevices, selectdevice
File "/usr/local/lib/python2.7/site-packages/lightblue/__init__.py", line 160, in <module>
from _lightblue import *
File "/usr/local/lib/python2.7/site-packages/lightblue/_lightblue.py", line 490, in <module>
class _AsyncDeviceInquiry(Foundation.NSObject):
TypeError: Error when calling the metaclass bases
class _AsyncDeviceInquiry does not correctly implement protocol IOBluetoothDeviceInquiryDelegate: the signature for method deviceInquiryComplete:error:aborted: is v@:@iB instead of v@:@iZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment