Changes between Version 1 and Version 2 of Ticket #38666, comment 2


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38666, comment 2

    v1 v2  
    11I ran the commands and the output is below. I'm now using MacPort's Python27 but unfortunately I still encounter the same error when attempting the import.
    22
    3 ------------------------------
    4 
    5 $ which python[[BR]]
     3{{{
     4$ which python
    65/usr/bin/python
    76
    8 $ sudo port select python python27[[BR]]
     7$ sudo port select python python27
    98Selecting 'python27' for 'python' succeeded. 'python27' is now active.
    109
    11 $ which python[[BR]]
     10$ which python
    1211/opt/local/bin/python
    1312
     
    2625TypeError: Error when calling the metaclass bases
    2726    class _AsyncDeviceInquiry does not fully implement protocol IOBluetoothDeviceInquiryDelegate: no implementation for deviceInquiryDeviceNameUpdated:device:devicesRemaining:
     27}}}