[chirp_devel] Fw: [chirp_users] New Daily Build
forwarding to chirp-devel & Dan
attaching patch as it seems to get mangled in yahoo webmail ;)
On Sunday, November 17, 2013 9:14 AM, Jens J. kd4tjx@yahoo.com wrote: Wow, yes. My fault, I had an error in uv5r.py import section. It definately doesnt work for either installer or zip build. What is strange is that it seems to work fine for mercurial version on windows and linux. Go figure..
error in debug.log: Traceback (most recent call last): File "chirpw", line 123, in <module> File "chirp\uv5r.pyo", line 20, in <module> ImportError: cannot import name os
here is the patch to fix:
# HG changeset patch # User Jens Jensen kd4tjx@yahoo.com # Date 1384701089 21600 # Sun Nov 17 09:11:29 2013 -0600 # Node ID 56c387602fdcb2ba2e1b7ca46e52b49aea316413 # Parent a2c29a8e47deff79dd76ce3e929eaa9b6c8b7fc2 fix uv-5r.py broken windows build
diff -r a2c29a8e47de -r 56c387602fdc chirp/uv5r.py --- a/chirp/uv5r.pySat Nov 16 08:30:27 2013 -0600 +++ b/chirp/uv5r.pySun Nov 17 09:11:29 2013 -0600 @@ -15,9 +15,10 @@ import struct import time +import os from chirp import chirp_common, errors, util, directory, memmap -from chirp import bitwise, os +from chirp import bitwise from chirp.settings import RadioSetting, RadioSettingGroup, \ RadioSettingValueInteger, RadioSettingValueList, \ RadioSettingValueBoolean, RadioSettingValueString, \
On Sunday, November 17, 2013 8:53 AM, Michael Pittaro mikeyp@lhrc.com wrote:
On Sun, Nov 17, 2013 at 6:21 AM, Jim Unroe rock.unroe@gmail.com wrote:
On Sun, Nov 17, 2013 at 3:07 AM, Build System donotreply@danplanet.com wrote:
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:
Has anyone else noticed the Windows version of this build won't launch? At least it won't on my Windows 7 64-bit machine. I had to fall back to 20131031.
Jim KC9HI
I have xp booted, so I can try it later today.
Are you using the installer .exe, or the zip version ?
mike
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users
# HG changeset patch # User Jens Jensen kd4tjx@yahoo.com # Date 1384701089 21600 # Sun Nov 17 09:11:29 2013 -0600 # Node ID 56c387602fdcb2ba2e1b7ca46e52b49aea316413 # Parent a2c29a8e47deff79dd76ce3e929eaa9b6c8b7fc2 fix uv-5r.py broken windows build
Needs a bug number, please.
I'm not sure why this wasn't failing all around as it was clearly wrong. Kinda weird.
--Dan
Hi Dan, not going to be around a PC til later tonight to regenerate patch, but it's for #1201<a href="http://overview.mail.yahoo.com?.src=iOS"><br/><br/>Sent from Yahoo Mail for iPhone</a>
On Sun, Nov 17, 2013 at 1:37 PM, kd4tjx@yahoo.com wrote:
Hi Dan, not going to be around a PC til later tonight to regenerate patch, but it's for #1201 http://overview.mail.yahoo.com?.src=iOS
Dan, I can update the commit message for Jens and submit it of that is OK with the both of you. Jim
participants (4)
-
Dan Smith
-
Jens J.
-
Jim Unroe
-
kd4tjx@yahoo.com