-
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
Import error #5
Comments
I had the same problem... |
same here |
Same here. Any ideas? |
+1 Best Regards |
i get different error,..
|
@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 |
@gmsanchez , Thank you. Actually it took a while to figure out what was been said exactly in that link,.. Finally this did helped. |
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?
The text was updated successfully, but these errors were encountered: