[PyQt] Missing Enum in PyQt5.QtBluetooth

Stefan Dröge stefan at sdroege.de
Fri Jun 30 21:47:25 BST 2017


Hi everyone,
since Qt 5.8 the QBluetoothDeviceDiscoveryAgent defines an Enum
`DiscoveryMethod` which seems to be missing in PyQt 5.8.2.

Here is a small test:

`python -c 'import PyQt5.QtBluetooth;
print(PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.LowEnergyMethod)'`

All the best,
Stefan


More information about the PyQt mailing list