[PyQt] Using bluetooth via qtconnectivity in PyQt5?

Dmitry Shachnev mitya57 at ubuntu.com
Sun Oct 20 20:36:55 BST 2019


Hi,

On Sun, Oct 20, 2019 at 09:24:22PM +0200, s.achterop at rug.nl wrote:
>   Hello list,
> I would like to connect to bluetooth LE devices using PyQt.
> Is qtconnectivity from Qt accessable via PyQt5?
> I cannot find anything about it, but I see example code with
>    import PyQt5.QtBluetooth
>
> This module cannot be found on my Debian Buster installation?
> How can I make it available?

Unfortunately the Debian packages do not provide the Bluetooth module
currently. Please file a bug against Debian if you want to see it
available.

But you can use the PyQt wheels for PyPI where this module is present.

--
Dmitry Shachnev


More information about the PyQt mailing list