rpp0 / gr-lora

GNU Radio blocks for receiving LoRa modulated radio messages using SDR
GNU General Public License v3.0
523 stars 113 forks source link

Python 2-shebang in `lora_receiver.py` -- is this a Python 3 or Python 2 software? #179

Open dreirund opened 1 month ago

dreirund commented 1 month ago

Although this software seems to build fine for python 3.12, one of the built python files still has Python 2 in it's shebang line:

lora_receiver.py starts with

#!/usr/bin/env python2

Is this software fully python3-supported and this was only forgotten? (Then remove the 2.) Or does this still depend on Python 2?

Regards!