MestreLion / humblebundle

API for managing Humble Bundle games library
GNU General Public License v3.0
211 stars 38 forks source link

Add python3 compatibility #34

Closed drakenation closed 6 years ago

drakenation commented 7 years ago

The app isn't currently compatible with python3.

Progressbar isn't compatible with python3, switching to progressbar2 might solve this.

Some core libs have also changed, mostly urllib related.

MestreLion commented 7 years ago

This is a much-wanted feature indeed, but would require some major changes, which unfortunately I don't have the time to do. But a PR/patch would be very welcome!

Also, If possible, backwards-compability with Python2 is very desired. I presume this will be a pain considering the urllib and such changes.

chilinux commented 6 years ago

Submitted pull request

MestreLion commented 6 years ago

Fixed in PR#40