MAVProxy icon indicating copy to clipboard operation
MAVProxy copied to clipboard

Use importlib to handle version and package resources, where available

Open peterbarker opened this issue 1 year ago • 2 comments

We fall back to the previous efforts on failure.

Tested back to 3.6

2.7 was a complete write-off due to pre-existing changes.

peterbarker avatar Oct 01 '24 05:10 peterbarker

Rejig this to just use importlib on Windows

peterbarker avatar Oct 02 '24 07:10 peterbarker

Since pkg_resources is going away and importlib has worked since forever, move to just using it now.

peterbarker avatar Jun 26 '25 10:06 peterbarker