Is QBluetoothPermission() of PySide 6.6.* supported by latest Pyinstaller 6.4.0 on MacOs 13.0? #8347
Answered
by
Rida-Shamasneh
Rida-Shamasneh
asked this question in
Help
-
I am trying to get rid of the following message which I get whenever I try to discover BLE devices: I tried today to request bluetooth permissions expliclity but I am always getting "Denied!" !!
I wonder if Pyinstaller supports this? |
Beta Was this translation helpful? Give feedback.
Answered by
Rida-Shamasneh
Mar 8, 2024
Replies: 1 comment 11 replies
-
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bwoodsend
It seems issue is in PySide6.6.* according to the following ticket I profiled to pyside devs:
https://bugreports.qt.io/browse/PYSIDE-2474
"We are aware of the issue and a fix is already in place. It should be available from 6.7. See https://bugreports.qt.io/browse/PYSIDE-2468, but you will have to use pyside6-deploy or Nuitka."