Changes between Initial Version and Version 3 of Ticket #38666


Ignore:
Timestamp:
Apr 4, 2013, 8:47:00 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38666 – Description

    initial v3  
    11I'm running OSX 10.8.3 and have included the error message as well as steps to reproduce below.
    22
    3 ------------------------------------
     3{{{
     4sudo port selfupdate
    45
    5 '''sudo port selfupdate'''
     6sudo port install py27-lightblue
    67
    7 '''sudo port install py27-lightblue'''
    8 
    9 '''$ python'''
     8$ python
    109
    1110Python 2.7.2 (default, Oct 11 2012, 20:14:37)
     
    1312Type "help", "copyright", "credits" or "license" for more information.
    1413
    15 '''>>> import lightblue'''
     14>>> import lightblue
    1615
    1716Traceback (most recent call last):
     
    2322TypeError: Error when calling the metaclass bases
    2423    class _AsyncDeviceInquiry does not fully implement protocol IOBluetoothDeviceInquiryDelegate: no implementation for deviceInquiryDeviceNameUpdated:device:devicesRemaining:
     24}}}