Qt6.5 QPermission
Marko Luther
marko.luther at gmx.net
Tue May 16 17:26:24 BST 2023
Dear Phil,
shouldn't the QPermission class be available in QtCore, or is the QPermission API not yet supported by PyQt6?
>>> from PyQt6.QtCore import QBluetoothPermission
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'QBluetoothPermission' from 'PyQt6.QtCore' (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt6/QtCore.abi3.so)
Thanks,
Marko
More information about the PyQt
mailing list