wb8tyw / D-Rats

D-Rats program for D-Star Ham Radios
https://iz2lxi.jimdofree.com/
Other
7 stars 1 forks source link

fix(mainapp): Map server fixes #241

Closed wb8tyw closed 2 years ago

wb8tyw commented 2 years ago

The map server needs to send a bytes object for python 3.

d_rats/mainapp.py: Fix to send a bytes object to the map server. Map server connection errors should not be fatal to d-rats.

wb8tyw commented 2 years ago

https://github.com/wb8tyw/D-Rats/wiki/D-rats-map-server-client-code.

wb8tyw commented 2 years ago

With this PR, the code conversion to python3/gtk3 seems to be complete. Most remaining open tickets are for issues that were present in the python 2 version. Major task left is that the existing python setup.py is deprecated and needs to be completely re-written, and must generate the internationalization databases and include them in the resulting package.