ctjacobs / pyqso

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

Backport python2 , for use hamlib #50

Closed gaionim closed 7 years ago

gaionim commented 7 years ago

For using hamlib I must run python2, Seems only some lib import and name change. See attach, seems to work for me. Warning !!! little tested

patch.zip

ctjacobs commented 7 years ago

Thanks for the patch. After reading some documentation on porting, I think this is fine. I've changed the except blocks to except ImportError.