We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ba3c9 commit 6fa0f46Copy full SHA for 6fa0f46
setup.py
@@ -41,10 +41,10 @@ def build_extension(self, ext):
41
try:
42
ext.sources = list(map(ensure_source, ext.sources))
43
except NoCython:
44
- print "WARNING"
45
- print "Cython is required for building extension from checkout."
46
- print "Install Cython >= 0.16 or install msgpack from PyPI."
47
- print "Falling back to pure Python implementation."
+ print("WARNING")
+ print("Cython is required for building extension from checkout.")
+ print("Install Cython >= 0.16 or install msgpack from PyPI.")
+ print("Falling back to pure Python implementation.")
48
return
49
return build_ext.build_extension(self, ext)
50
0 commit comments