You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this is only written to support Python 2, as I'm using this module as part of a larger Python 2 system.
I'd consider merging a pull request to add Python 3 support as long as it didn't break Python 2, but as my own systems are unlikely to be moving to Python 3 any time soon it's unlikely that I will add Python 3 support myself.
Hi Brian, this looks like one of the neatest implementations I've seen. However I'm getting a Type Error on line 118:
TypeError: Can't convert 'bytes' object to str implicitly
which version of Python are you running ? I'm trying 3.4.2
The text was updated successfully, but these errors were encountered: