ctjacobs / pyqso

PyQSO is a contact logging tool for amateur radio operators.
http://christianjacobs.uk/pyqso
GNU General Public License v3.0
77 stars 19 forks source link

PyQSO Hamlib setting #76

Open KF0BRS opened 2 years ago

KF0BRS commented 2 years ago

I was messing with PyQSO on my normal laptop (X86 arch. w/ Kubuntu 22.04) and noticed that under Preferences > Hamlib > Model, the drop-down menu lists several different models of radio. However, on my Raspberry Pi (Pi400 w/ Raspbian 11) only the "RIG_MODEL_NONE" option is available. Is there a way to get a list to appear here? Being able to import some data automatically from FLRIG would've made Field Day a little more convenient.

Thanks!

SpudGunMan commented 2 years ago

same on raspberry pi

SpudGunMan commented 2 years ago

after shuffling some paper and pip swig

./configure --with-python-binding PYTHON_VERSION='3.9' --prefix=$HOME/local

KF0BRS commented 2 years ago

I don't understand. Where do you run this command?

SpudGunMan commented 2 years ago

You need to recompile hamlib with python support

KF0BRS commented 2 years ago

I installed from the Debian repo.

I'll try it from Python and see how it goes