Changes between Initial Version and Version 3 of Ticket #38666
- Timestamp:
- Apr 4, 2013, 8:47:00 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38666 – Description
initial v3 1 1 I'm running OSX 10.8.3 and have included the error message as well as steps to reproduce below. 2 2 3 ------------------------------------ 3 {{{ 4 sudo port selfupdate 4 5 5 '''sudo port selfupdate''' 6 sudo port install py27-lightblue 6 7 7 '''sudo port install py27-lightblue''' 8 9 '''$ python''' 8 $ python 10 9 11 10 Python 2.7.2 (default, Oct 11 2012, 20:14:37) … … 13 12 Type "help", "copyright", "credits" or "license" for more information. 14 13 15 '''>>> import lightblue''' 14 >>> import lightblue 16 15 17 16 Traceback (most recent call last): … … 23 22 TypeError: Error when calling the metaclass bases 24 23 class _AsyncDeviceInquiry does not fully implement protocol IOBluetoothDeviceInquiryDelegate: no implementation for deviceInquiryDeviceNameUpdated:device:devicesRemaining: 24 }}}