I don't know how some of you folks have the patients for this.
I'm trying to port CHIRP - a standard open source Python app for field programming HAM/FRS/GMRS radios.
https://chirp.danplanet.com/projects/chirp/wiki/Home
Like most Python apps it calls for libxml2:
import libxml2
Even the...