diff --git a/sio/compilers/python.py b/sio/compilers/python.py index 0fcd62a..a0ec981 100644 --- a/sio/compilers/python.py +++ b/sio/compilers/python.py @@ -87,7 +87,7 @@ def _process_wrapper(self, executor, wrapper): o_files = f.readline().strip('\n').split() res_exe = f.readline().strip('\n') - stdout = '' + stdout = b'' for cxx_file in cxx_files: compile_lib = [gxx] + cxxflags + ['-c', cxx_file] renv = self._execute(executor, compile_lib)