-
Notifications
You must be signed in to change notification settings - Fork 317
Bluetooth API error when starting WinPython Control Panel? #592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
OK, reverting PyQt5 (originally version 5.10) to an earlier version fixed the problem |
Interesting: do you mean PyQt5-5.10 needs Windows 10 ? |
move back to PyQt5-5.9.2 as Spyder and Bluetooth don't like PyQt-5.10.0 |
Mouse cursor issue with PyQt 5.10 spyder-ide/spyder#6393 |
Spyder v3.2.7 now requires PyQt older than v5.10. |
|
spyder-ide/qtpy#143 was released with Spyder 1.4.1. |
Aaaaaaargh. So WinPython embedded version will be updated from QtPy-1.3.0 to QtPy-1.42. User in needs can copy ther copy of QtPy in |
that triggers importing QtBlutooth.dll that incompatible with Win 8.1 winpython/winpython#592 (comment) This should fix enricofer#45 If Qt persists, user workaround is renaming existing Qt5Blutooth.dll Reference implementation: Codaone/DEXBot#550
Win8.1 cannot start cellpose because of the PyQt5 compatibility problem, The solution is : change
in any place of cellpose code that import PyQt5. Another solution is renamed file C:\Python\Python38-32\Lib\site-packages\PyQt5\Qt\bin\Qt5Bluetooth.dll to _Qt5Bluetooth.dll. More details see: |
and what are the said places ?
|
OS: Windows 8.1 Professional (64-bit)
WinPython: 3.6.2.0 64-bit QT5
On starting WinPython Control Panel, I get the error dialog:
'This Windows version (6.3.9600) does not support the required Bluetooth API. Consider updating to a more recent Windows (100.10586 or above)'
I assume this is some problem with the underlying Windows/.NET dlls, but can anyone tell me how to fix this error? Winpython Command Line seems to work as normal.
The text was updated successfully, but these errors were encountered: