enricofer / go2streetview

22 stars 22 forks source link

Qt.py invokes "from PyQt5.Qt import *" #53

Open denchat opened 4 years ago

denchat commented 4 years ago

that triggers importing QtBlutooth.dll that incompatible with Win 8.1 https://github.com/winpython/winpython/issues/592#issuecomment-408290186

This should fix #45 If Qt persists, user workaround is renaming existing Qt5Blutooth.dll

Reference implementation: https://github.com/Codaone/DEXBot/pull/550