chirp icon indicating copy to clipboard operation
chirp copied to clipboard

Python 3.9 fixups

Open asheplyakov opened this issue 1 year ago • 22 comments

As of now CHIRP fails to start with Python 3.9:

  • Complains about missing importlib_resources module (although importlib is available as a part of the standard library)
  • Application icon and stock configs can't be found (since chirp.share is not a proper python package)

With this patchset I can use CHIRP with Python 3.9.

asheplyakov avatar Dec 29 '22 04:12 asheplyakov