andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Load QT_VERSION_STR from QtCore rather than Qt. #470

Closed bwoodsend closed 3 years ago

bwoodsend commented 3 years ago

Currently I can't run enki on Windows 8 due to the dreaded QtBluetooth error which is caused by from PyQt5 import Qt implicitly calling from PyQt5 import QtBluetooth which is unsupported on older windows machines.

Full details are in the commit message...

And I see you have a changelog which I haven't yet touched, would you like me to put a line or two in there?

andreikop commented 3 years ago

Thank you for the PR. This changes should not break anything, it's fine to leave it wo changelog entry