Closed JPFrancoia closed 8 years ago
Fix to solve "TypeError: bytes or integer address expected instead of str.
instance" on Windows, when trying to get root privileges, with python 3.4. This issue was mentionned in #114.
This fixes ONLY the reported issue on Windows. After applying this fix, an EOFError is raised on Windows AND on Linux.
I don't see this PR in the log, and the master branch is not fixed. Is it only me ?
It seems i may have re based the master branch or something silly like that...
Fix to solve "TypeError: bytes or integer address expected instead of str.
instance" on Windows, when trying to get root privileges, with python 3.4. This issue was mentionned in #114.
This fixes ONLY the reported issue on Windows. After applying this fix, an EOFError is raised on Windows AND on Linux.