rpp0 / gr-lora

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

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

Open dreirund opened 6 months ago

dreirund commented 6 months 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!

eabase commented 3 weeks ago

good catch, there are several.

dreirund commented 3 weeks ago

good catch, there are several.

@rpp0, and what is the official state of the issue?

(If you do not maintain this anymore, can you leave a note please in the README.md and archive this repository?)

Regards and thanks for maintaining!