mbridak / FieldDayLogger

ARRL Field Day Logger written in Python using Qt5
https://mbridak.github.io/FieldDayLogger/
GNU General Public License v3.0
24 stars 6 forks source link

No check for CW backend, core dumped. #11

Closed mbridak closed 2 years ago

mbridak commented 2 years ago

Setup

pyinstaller --clean linux.spec Launch click on a CW button in main window.

Traceback

Traceback (most recent call last): File "fielddaylogger.py", line 800, in sendf1 AttributeError: 'NoneType' object has no attribute 'sendcw' Aborted (core dumped)