peterazmanov / enaml

[Python 3.4] Declarative User Interfaces for Python fork (separate branch for Qt5)
Other
5 stars 2 forks source link

Supporting both PyQt4 and PyQt5 #22

Closed MatthieuDartiailh closed 7 years ago

MatthieuDartiailh commented 8 years ago

PyQt5 is not yet widely supported and will probably not be supported on Windows with Python 2. We could probably keep both versions running without too much trouble. Would you back a PR in that sense ?

peterazmanov commented 8 years ago

I think it's one of the easier parts, as we already have modules for supporting PySide and PyQt, the differences between PyQt4 and PyQt5 can be reflected there.

MatthieuDartiailh commented 7 years ago

Will be fixed in the original repo by https://github.com/nucleic/enaml/pull/228