This repository has been archived by the owner on Sep 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Python3 support #5
Labels
Comments
AndreMiras
added a commit
that referenced
this issue
May 27, 2018
Moves from unmaintained zbar core python module, to `zbarlight` one. Currently uses an old `zbarlight==1.2` version rather than `2.0` because the other one requires `setuptools>=30.3` which doesn't yet have working p4a recipe. Unfortunately `zbarlight` doesn't yet make it possible to detect multiple code types at the same time, see: Polyconseil/zbarlight#23 But this is something we may workaround until it gets integrated upstream. Also, this brings another regression since the code type detection is fixed to `qrcode`. This will be fixed in subsequent commits. Last, this commit doesn't yet provide Python3 support, but migrating was the first mandatory step of it.
AndreMiras
added a commit
that referenced
this issue
May 27, 2018
Moves from unmaintained zbar python module, to `zbarlight` one. Currently uses an old `zbarlight==1.2` version rather than `2.0` because the other one requires `setuptools>=30.3` which doesn't yet have working p4a recipe. Unfortunately `zbarlight` doesn't yet make it possible to detect multiple code types at the same time, see: Polyconseil/zbarlight#23 But this is something we may workaround until it gets integrated upstream. Also, this brings another regression since the code type detection is fixed to `qrcode`. This will be fixed in subsequent commits. Last, this commit doesn't yet provide Python3 support, but migrating was the first mandatory step of it.
AndreMiras
added a commit
that referenced
this issue
May 27, 2018
zbarlight doesn't yet provide a more efficient way to do this, see: Polyconseil/zbarlight#23
AndreMiras
added a commit
that referenced
this issue
May 28, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Makes sure the application is running under Python3.
Verify this in a unit test (tox).
The text was updated successfully, but these errors were encountered: