8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
1 parent 8829312 commit 2a8f56fCopy full SHA for 2a8f56f
pythonforandroid/recipes/pyzmq/__init__.py
@@ -1,5 +1,5 @@
1
# coding=utf-8
2
-
+from __future__ import unicode_literals
3
from pythonforandroid.recipe import CythonRecipe, Recipe
4
from os.path import join
5
from pythonforandroid.util import current_directory
@@ -43,7 +43,7 @@ def build_cython_components(self, arch):
43
[global]
44
zmq_prefix = {}
45
skip_check_zmq = True
46
-""".format(libzmq_prefix))
+""".format(libzmq_prefix).encode())
47
48
return super(PyZMQRecipe, self).build_cython_components(arch)
49
0 commit comments