pc-coholic / PyMVGLive

Python-Library to get live-data from mvg-live.de - yet another workaround the official, non-released API....
14 stars 2 forks source link

Python3 support for PyMVGLive #2

Closed pc-coholic closed 9 years ago

pc-coholic commented 10 years ago

See https://github.com/muccc/anzeigr/issues/2

python3 fails with $ python3 getmvglive.py Returned Data is not //OK - Aborting.

(reported by @xmw)

pc-coholic commented 10 years ago

This problem is caused by that damn new utf-8/unicode handling in Python3... Getting really tired of this shit...

If anyone wants to take a shot at this: go ahead...

weddige commented 9 years ago

See #4 for a fix.

pc-coholic commented 9 years ago

Thanks - merged it :)