We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127d181 commit 8ba2eb6Copy full SHA for 8ba2eb6
setup.py
@@ -43,7 +43,7 @@ class Swig3Ext(build_ext):
43
def find_swig(self):
44
swigBinary = find_executable('swig3.0') or find_executable('swig')
45
assert swigBinary is not None
46
- assert subprocess.check_output([swigBinary, "-version"]).find('SWIG Version 3') != -1
+ assert subprocess.check_output([swigBinary, "-version"]).find(b'SWIG Version 3') != -1
47
return swigBinary
48
49
VERSION = '0.0.8'
0 commit comments