frmdstryr / enamlx

Additional Qt Widgets for Enaml
MIT License
28 stars 9 forks source link

Not python 3 compatible #7

Closed tiagopereira closed 6 years ago

tiagopereira commented 7 years ago

Hi,

Thank you for your work, I think it will be a very useful package! Unfortunately it doesn't work under python 3. I managed to get it to work (at least some of the examples) by fixing a few print statements to functions, and using basestring = (str, bytes) because basestring is no longer defined in Python 3.

frmdstryr commented 7 years ago

Thanks for showing interest :). I don't use Python 3, but feel free to make a PR.

frmdstryr commented 6 years ago

Python 3 support was added in December.