cloudmatrix / esky

an auto-update framework for frozen python apps
BSD 3-Clause "New" or "Revised" License
363 stars 74 forks source link

Fix to solve "TypeError: bytes or integer address expected instead of… #119

Closed JPFrancoia closed 8 years ago

JPFrancoia commented 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.

JPFrancoia commented 8 years ago

I don't see this PR in the log, and the master branch is not fixed. Is it only me ?

timeyyy commented 8 years ago

It seems i may have re based the master branch or something silly like that...