Hello all,
I have pushed up a number of updates to my python3_tyw port.
The main code is still not working on python 3 yet for me.
The d-rats_repeater.py works for me on Anti-X/Linux using python3, but will not yet start in Windows msys2 mingw python3.
The d_rats.config is now working, with Python3, and even Windows msys2 mingw python3 where the audio tests even worked.
msys2 mingw can not use the shebang of /usr/bin/python
python3 -m d_rats.config
I discovered that the formgui.py unit test was not working with all of the forms. That has been fixed.
python -m d_rats.formgui forms/hics260.xml
or
python -m d_rats.formgui forms/hics260.xml
The formbuilder module also needed some fixes to work.
I have not fully tested the form functionality, so there may still be some bugs there.
I have additional diagnostics enabled. Anywhere a broad or bare exception is being caught, is somewhere that needs to be fixing, so all of them that I find are being logged.
73,
-John