MobleyLab / Lomap

Alchemical mutation scoring map
MIT License
37 stars 17 forks source link

Update to not pin to specific PyQt4 versions #12

Closed davidlmobley closed 5 years ago

davidlmobley commented 7 years ago

We've had to pin to a specific PyQt4 version, as well as certain specific versions of other software, because of API changes. When someone is back on developing this in more detail, we should bring things up to the more current versions.

nividic commented 7 years ago

I would like to make this change when python3 will be supported. It is not difficult to change to PyQt5 I need to change just a line in the code.

davidlmobley commented 7 years ago

Sounds good to me. This was just a placeholder so that you or whoever else ends up working on this later would remember to revisit it. :)

ppxasjsm commented 5 years ago

I'll try and pick this up if I can.

ppxasjsm commented 5 years ago

It seems a bit silly to have a whole pyqt5 dependency only to acquire the sceen resolution. Instead will be using xdpyinfo removing any kind of qt dependency. This was done with commit cfba8e0.