ctjacobs/pyqso

PyQSO Hamlib setting

KF0BRS opened this issue · 5 comments

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!

same on raspberry pi

after shuffling some paper and pip swig

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

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

You need to recompile hamlib with python support

I installed from the Debian repo.

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