Author Topic: beacon_decode.py issue  (Read 475 times)

Nick_W

  • Full Member
  • ***
  • Posts: 215
    • View Profile
Re: beacon_decode.py issue
« on: January 23, 2017, 08:37:41 pm »
Are you running Python 3? This is a Python 2.7 program.

Python 3 uses byte arrays in place of the Python 2.7 strings. Should be fairly easy to fix, but I don't think I have Python 3 installed anywhere.

I'll see what I can do.