python浅蓝色对应的代码_浅蓝色Python模块不在m上工作

我正在尝试通过macosx10.7.2上的Python连接到wiimote。在

为此我试着用浅蓝色。运行时:import lightbluePython会给我这个错误。在>>> import lightblue

Traceback (most recent call last):

File "", line 1, in

File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lightblue/__init__.py", line 160, in

from _lightblue import *

File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lightblue/_lightblue.py", line 27, in

import _IOBluetooth

File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lightblue/_IOBluetooth.py", line 47, in

globals=globals())

File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC/objc/_bridgesupport.py", line 142, in initFrameworkWrapper

_parseBridgeSupport(data, globals, frameworkName)

File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC/objc/_bridgesupport.py", line 42, in _parseBridgeSupport

objc.parseBridgeSupport(data, globals, frameworkName, *args, **kwds)

ValueError: cftype for IOBluetoothDeviceInquiryRef must include gettypeid_func, tollfree or both

我正在尝试通过macosx10.7.2上的Python连接到wiimote。在 为此我试着用浅蓝色。运行时:import lightbluePython会给我这个错误。在>>> import lightblue Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lightblue/__init__.py", line 160, in from _lightblue import * File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lightblue/_lightblue.py", line 27, in import _IOBluetooth File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lightblue/_IOBluetooth.py", line 47, in globals=globals()) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC/objc/_bridgesupport.py", line 142, in initFrameworkWrapper _parseBridgeSupport(data, globals, frameworkName) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC/objc/_bridgesupport.py", line 42, in _parseBridgeSupport objc.parseBridgeSupport(data, globals, frameworkName, *args, **kwds) ValueError: cftype for IOBluetoothDeviceInquiryRef must include gettypeid_func, tollfree or both
经验分享 程序员 微信小程序 职场和发展