[chirp_users] New Daily Build
Jens J.
Sun Nov 17 07:14:21 PST 2013
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 at 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 at lhrc.com> wrote:
On Sun, Nov 17, 2013 at 6:21 AM, Jim Unroe <rock.unroe at gmail.com> wrote:
> On Sun, Nov 17, 2013 at 3:07 AM, Build System <donotreply at 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:
>>
>> http://trac.chirp.danplanet.com/chirp_daily/daily-20131117
>>
>>
>
> 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 at intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
More information about the chirp_users
mailing list