Open BognarB opened 11 years ago
I had the same problem...
same here
Same here. Any ideas?
+1 for those that follow I commented out the class.
Best Regards
i get different error,..
In [1]: import lightblue
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_bridgesupport.py:643: RuntimeWarning: Error parsing BridgeSupport data for IOBluetooth: PyObjCRT_SkipTypeSpec: Got '0x29' at end of union encoding, expecting '0x29'
warnings.warn("Error parsing BridgeSupport data for %s: %s" % (frameworkName, e), RuntimeWarning)
@aodock, I think the error you get has to do with this: https://bitbucket.org/ronaldoussoren/pyobjc/issue/111/cant-import-lightblue-with-macport-or
Hi Guys,
After install lightblue i got this:
Traceback (most recent call last): File "", line 1, in
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lightblue/init.py", line 160, in
from _lightblue import *
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lightblue/_lightblue.py", line 297, in
class _SDPQueryRunner(Foundation.NSObject):
objc.error: _SDPQueryRunner is overriding existing Objective-C class
any ideia?