Hi:
Just installed this new build on a Win_XP system. When I clicked on the shortcut, I get this error message, "The specifed module could not be found LoadLibrary(Pythondll) failed". I was hoping to program a Baofeng UV 5RTP. Appreciate anyhelp.
----- Original Message -----
From: Build System <donotreply@danplanet.com>
To: chirp users <chirp_users@intrepid.danplanet.com>
Sent: Sun, 08 Jan 2017 01:15:48 -0700 (MST)
Subject: [chirp_users] New Daily Build
Greetings,
A new daily build of CHIRP is available. This includes changes made
directly to the tree yesterday, and may include additional features,
bug fixes, and/or bugs. If you are interested in trying it, grab it
from the following location:
http://trac.chirp.danplanet.com/chirp_daily/daily-20170108
A list of the changes included in this build (since the last daily)
follows:
Changes for Build #456
[Jim Unroe <rock.unroe@gmail.com>] [LT-588UV] Add New MCU Version to LT-588UV Support
This patch provides support for a new MCU version discovered by
Ray Strickoff.
Bug #4369
[Tom Hayward <tom@tomh.us>] Fix RadioSettingValueMap marked changed upon creation. #4371
RadioSettingValueMap instances were marked changed regardless of whether they
were actually changed. This was due to calling set_value() from within __init__().
This fix reintializes has_changed to False at the end of __init__() so that
RadioSetting.has_changed() is accurate.
[Tom Hayward <tom@tomh.us>] Add an open dialog filter for all files. #4359