Changes between Version 1 and Version 2 of Ticket #38666, comment 2
- Timestamp:
- Apr 4, 2013, 8:46:13 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38666, comment 2
v1 v2 1 1 I 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. 2 2 3 ------------------------------ 4 5 $ which python[[BR]] 3 {{{ 4 $ which python 6 5 /usr/bin/python 7 6 8 $ sudo port select python python27 [[BR]]7 $ sudo port select python python27 9 8 Selecting 'python27' for 'python' succeeded. 'python27' is now active. 10 9 11 $ which python [[BR]]10 $ which python 12 11 /opt/local/bin/python 13 12 … … 26 25 TypeError: Error when calling the metaclass bases 27 26 class _AsyncDeviceInquiry does not fully implement protocol IOBluetoothDeviceInquiryDelegate: no implementation for deviceInquiryDeviceNameUpdated:device:devicesRemaining: 27 }}}