-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with OS X yosemite #8
Comments
Hi, I followed as said on link. It tool a lot to download at first, and took really long time to complete the installation with many warnings. Later when i tried to import lightblue i got the following error
Later i tried to discover devices,
|
Hi, installing this helped me finally |
I am not able to install the package successfully : clang: error: no such file or directory: 'Modules/_imagekit.m' |
@SejalChauhan try the pyobjc-3.0.3 release. |
Yes, after tweaking some settings, it worked for me too. Thanks! |
Hi
I have been getting this error whenever I try to import the lightblue module
Traceback (most recent call last):
File "", line 1, in
File "/Library/Python/2.7/site-packages/lightblue/init.py", line 160, in
from _lightblue import *
File "/Library/Python/2.7/site-packages/lightblue/_lightblue.py", line 296, in
class _SDPQueryRunner(Foundation.NSObject):
objc.error: _SDPQueryRunner is overriding existing Objective-C class
I have tried the 2nd suggestion found here http://stackoverflow.com/questions/22279913/how-to-install-either-pybluez-or-lightblue-on-osx-10-9-mavericks but no luck.
Any help would be appreciated :)
The text was updated successfully, but these errors were encountered: