[chirp_users] missing 'pango' package with new chirp install Mac OS X 10.7.5
Ok, tried installing stable MacOS package. This is a first time install on my MacBook , installed stable 0.3.1, died due to missing KK7DS python package. Installed that.
Fails with the following message in debug.log:
Registered Wouxun_KG-UVD1P = KGUVD1PRadio Registered Wouxun_KG-UV6 = KGUV6DRadio Registered Wouxun_KG-816 = KG816Radio Registered Wouxun_KG-818 = KG818Radio Icon /usr/share/pixmaps/chirp.png not found Initialized MacOS support /Users/dritchie/Downloads/chirp-daily-20140222.app/Contents/MacOS/../Resources/chirp/chirpw:146: PangoWarning: error opening config file '../Resources/etc/pango/pangorc': No such file or directory
a.show()
What now? I see that pango is a graphics package for doing font rendering in an platform agnostic way.. but before I go off and install that, I thought I should ask what the recommended way of doing this is. Macports, perhaps?
73, Dave N4DJS
Oh and BTW, I also tried installing the daily build after 0.3.1 didn't work (as indicated in the log...)
On Saturday, March 1, 2014 3:03 PM, Dave Ritchie deritchie@yahoo.com wrote:
Ok, tried installing stable MacOS package. This is a first time install on my MacBook , installed stable 0.3.1, died due to missing KK7DS python package. Installed that.
Fails with the following message in debug.log:
Registered Wouxun_KG-UVD1P = KGUVD1PRadio Registered Wouxun_KG-UV6 = KGUV6DRadio Registered Wouxun_KG-816 = KG816Radio Registered Wouxun_KG-818 = KG818Radio Icon /usr/share/pixmaps/chirp.png not found Initialized MacOS support /Users/dritchie/Downloads/chirp-daily-20140222.app/Contents/MacOS/../Resources/chirp/chirpw:146: PangoWarning: error opening config file '../Resources/etc/pango/pangorc': No such file or directory
a.show()
What now? I see that pango is a graphics package for doing font rendering in an platform agnostic way.. but before I go off and install that, I thought I should ask what the recommended way of doing this is. Macports, perhaps?
73, Dave N4DJS
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users
I suppose you probably do have sufficient rights but this might be a users permissions issue. Have you used the disk utility to check for ACL and permissions issues? You can scan the disk first and see what it comes up with. I know I always get a couple errors where it said it found an ACL where it should be but that's gotta be a bug because if you fix it and scan again it will find it again. I first installed Chirp on 64 bit lion. It worked right away. Your log indicates it can't find the Pango config file and thusly any .png graphics that the particular radio neededs to display.
Here is what I would do and it's not a recommendation. I'd see if there is a script to completely uninstall both the PyGTK packages and Chirp. Run a disk scan for ACL and directory permission. Fix any that are reported back. Then reinstall the PyGTK packages from KK7DS and then Chirp Stable. I know that build runs I've run it clear through Mountain Lion to Mavericks.
________________________________ From: Dave Ritchie deritchie@yahoo.com To: Dave Ritchie deritchie@yahoo.com; Discussion of CHIRP chirp_users@intrepid.danplanet.com Sent: Saturday, March 1, 2014 3:10 PM Subject: Re: [chirp_users] missing 'pango' package with new chirp install Mac OS X 10.7.5
Oh and BTW, I also tried installing the daily build after 0.3.1 didn't work (as indicated in the log...)
On Saturday, March 1, 2014 3:03 PM, Dave Ritchie deritchie@yahoo.com wrote:
Ok, tried installing stable MacOS package. This is a first time install on my MacBook , installed stable 0.3.1, died due to missing KK7DS python package. Installed that.
Fails with the following message in debug.log:
Registered Wouxun_KG-UVD1P = KGUVD1PRadio Registered Wouxun_KG-UV6 = KGUV6DRadio Registered Wouxun_KG-816 = KG816Radio Registered Wouxun_KG-818 = KG818Radio Icon /usr/share/pixmaps/chirp.png not found Initialized MacOS support /Users/dritchie/Downloads/chirp-daily-20140222.app/Contents/MacOS/../Resources/chirp/chirpw:146: PangoWarning: error opening config file '../Resources/etc/pango/pangorc': No such file or directory
a.show()
What now? I see that pango is a graphics package for doing font rendering in an platform agnostic way.. but before I go off and install that, I thought I should ask what the recommended way of doing this is. Macports, perhaps?
73, Dave N4DJS
_______________________________________________ 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
Hi Dave Ritchie, Did you already install the Python thingie too?
http://chirp.danplanet.com/projects/chirp/wiki/MacOS_Tips
If CHIRP won’t launch & won't run, you may have neglected to install the Python runtime. CHIRP needs that. Even though Mac OS X includes Python built-in, the runtime has to be installed is because it includes PyGTK and some other libraries that Chirp requires, in addition to Python itself. http://www.d-rats.com/download/OSX_Runtime/
Best, Dave Nathanson KG6ZJO
On Mar 1, 2014, at 4:05 PM, Milton Hywatt mhywattt@yahoo.com wrote:
I suppose you probably do have sufficient rights but this might be a users permissions issue. Have you used the disk utility to check for ACL and permissions issues? You can scan the disk first and see what it comes up with. I know I always get a couple errors where it said it found an ACL where it should be but that's gotta be a bug because if you fix it and scan again it will find it again. I first installed Chirp on 64 bit lion. It worked right away. Your log indicates it can't find the Pango config file and thusly any .png graphics that the particular radio neededs to display.
Here is what I would do and it's not a recommendation. I'd see if there is a script to completely uninstall both the PyGTK packages and Chirp. Run a disk scan for ACL and directory permission. Fix any that are reported back. Then reinstall the PyGTK packages from KK7DS and then Chirp Stable. I know that build runs I've run it clear through Mountain Lion to Mavericks.
From: Dave Ritchie deritchie@yahoo.com To: Dave Ritchie deritchie@yahoo.com; Discussion of CHIRP chirp_users@intrepid.danplanet.com Sent: Saturday, March 1, 2014 3:10 PM Subject: Re: [chirp_users] missing 'pango' package with new chirp install Mac OS X 10.7.5
Oh and BTW, I also tried installing the daily build after 0.3.1 didn't work (as indicated in the log...)
On Saturday, March 1, 2014 3:03 PM, Dave Ritchie deritchie@yahoo.com wrote: Ok, tried installing stable MacOS package. This is a first time install on my MacBook , installed stable 0.3.1, died due to missing KK7DS python package. Installed that.
Fails with the following message in debug.log:
Registered Wouxun_KG-UVD1P = KGUVD1PRadio Registered Wouxun_KG-UV6 = KGUV6DRadio Registered Wouxun_KG-816 = KG816Radio Registered Wouxun_KG-818 = KG818Radio Icon /usr/share/pixmaps/chirp.png not found Initialized MacOS support /Users/dritchie/Downloads/chirp-daily-20140222.app/Contents/MacOS/../Resources/chirp/chirpw:146: PangoWarning: error opening config file '../Resources/etc/pango/pangorc': No such file or directory
a.show()
What now? I see that pango is a graphics package for doing font rendering in an platform agnostic way.. but before I go off and install that, I thought I should ask what the recommended way of doing this is. Macports, perhaps?
73, Dave N4DJS
Hmm. It looks like I installed the R10 version of the KK7DS python.
I see from the readme in that directory that someone suggests R6 (which is also in the download directory). Does that have pango integrated already? Does the R6 recommendation still stand?
-- David N4DJS
On Saturday, March 1, 2014 11:24 PM, Dave Nathanson KG6ZJO@nathanson.org wrote:
Hi Dave Ritchie, Did you already install the Python thingie too?
http://chirp.danplanet.com/projects/chirp/wiki/MacOS_Tips
If CHIRP won’t launch & won't run, you may have neglected to install the Python runtime. CHIRP needs that. Even though Mac OS X includes Python built-in, the runtime has to be installed is because it includes PyGTK and some other libraries that Chirp requires, in addition to Python itself. http://www.d-rats.com/download/OSX_Runtime/
Best, Dave Nathanson KG6ZJO
On Mar 1, 2014, at 4:05 PM, Milton Hywatt mhywattt@yahoo.com wrote:
I suppose you probably do have sufficient rights but this might be a users permissions issue.
Have you used the disk utility to check for ACL and permissions issues? You can scan the disk first and see what it comes up with. I know I always get a couple errors where it said it found an ACL where it should be but that's gotta be a bug because if you fix it and scan again it will find it again. I first installed Chirp on 64 bit lion. It worked right away. Your log indicates it can't find the Pango config file and thusly any .png graphics that the particular radio neededs to display.
Here is what I would do and it's not a recommendation. I'd see if there is a script to completely uninstall both the PyGTK packages and Chirp. Run a disk scan for ACL and directory permission. Fix any that are reported back. Then
reinstall the PyGTK packages from KK7DS and then Chirp
Stable. I know that build runs I've run it clear through Mountain Lion to Mavericks.
From: Dave Ritchie deritchie@yahoo.com To: Dave Ritchie deritchie@yahoo.com; Discussion of CHIRP chirp_users@intrepid.danplanet.com Sent: Saturday, March 1, 2014 3:10 PM Subject: Re: [chirp_users] missing 'pango' package with new chirp install Mac OS X 10.7.5
Oh and BTW, I also tried installing the daily build after 0.3.1 didn't work (as indicated in the log...)
On Saturday, March 1, 2014 3:03 PM, Dave Ritchie deritchie@yahoo.com wrote:
Ok, tried installing stable MacOS package. This is a first time install on my MacBook , installed stable 0.3.1, died due to missing KK7DS python package. Installed that.
Fails with the following message in debug.log:
Registered Wouxun_KG-UVD1P = KGUVD1PRadio Registered Wouxun_KG-UV6 = KGUV6DRadio Registered Wouxun_KG-816 = KG816Radio Registered
Wouxun_KG-818 = KG818Radio
Icon /usr/share/pixmaps/chirp.png not found Initialized MacOS support /Users/dritchie/Downloads/chirp-daily-20140222.app/Contents/MacOS/../Resources/chirp/chirpw:146: PangoWarning: error opening config file '../Resources/etc/pango/pangorc': No such file or directory
a.show()
What now? I see that pango is a graphics package for doing font rendering in an platform agnostic way.. but before I go off and install that, I thought I should ask what the recommended way of doing this is. Macports, perhaps?
73, Dave N4DJS
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users
All, ok R10 does install pango in /opt/kk7ds/lib/pango/... and I see a pangorc file in /opt/kk7ds/etc/pango/pangorc ... does someone have an 'env' output from a work MacOS system? I think the environment is either not pointing to the executables, or can't find the libraries.
73, Dave Ritchie N4DJS
On Sunday, March 2, 2014 10:08 AM, Dave Ritchie deritchie@yahoo.com wrote:
Hmm. It looks like I installed the R10 version of the KK7DS python.
I see from the readme in that directory that someone suggests R6 (which is also in the download directory). Does that have pango integrated already? Does the R6 recommendation still stand?
-- David N4DJS
On Saturday, March 1, 2014 11:24 PM, Dave Nathanson KG6ZJO@nathanson.org wrote:
Hi Dave Ritchie, Did you already install the Python thingie too?
http://chirp.danplanet.com/projects/chirp/wiki/MacOS_Tips
If CHIRP won’t launch & won't run, you may have neglected to install the Python runtime. CHIRP needs that. Even though Mac OS X includes Python built-in, the runtime has to be installed is because it includes PyGTK and some other libraries that Chirp requires, in addition to Python itself. http://www.d-rats.com/download/OSX_Runtime/
Best, Dave Nathanson KG6ZJO
On Mar 1, 2014, at 4:05 PM, Milton Hywatt mhywattt@yahoo.com wrote:
I suppose you probably do have sufficient rights but this might be a users permissions issue.
Have you used the disk utility to check for ACL and permissions issues? You can scan the disk first and see what it comes up with. I know I always get a couple errors where it said it found an ACL where it should be but that's gotta be a bug because if you fix it and scan again it
will find it
again. I first
installed Chirp on 64 bit lion. It worked right away. Your log indicates it can't find
the Pango config file and thusly any .png graphics that the particular radio neededs to display.
Here is what I would do and it's not a recommendation. I'd see if there is a script to completely uninstall both the PyGTK packages and Chirp. Run a disk scan for ACL and directory permission. Fix any that are reported back. Then
reinstall the PyGTK packages from KK7DS and then Chirp
Stable. I know that build runs I've run it clear through Mountain Lion to Mavericks.
From: Dave Ritchie deritchie@yahoo.com To: Dave Ritchie deritchie@yahoo.com; Discussion of CHIRP chirp_users@intrepid.danplanet.com Sent: Saturday, March 1, 2014 3:10 PM Subject: Re: [chirp_users] missing 'pango' package with new chirp install Mac OS X 10.7.5
Oh and BTW, I also tried installing the daily build after 0.3.1 didn't work (as indicated in the log...)
On Saturday, March 1, 2014 3:03 PM, Dave Ritchie deritchie@yahoo.com wrote:
Ok, tried installing stable MacOS package. This is a first time install on my MacBook , installed stable 0.3.1, died due to missing KK7DS python package. Installed that.
Fails with the following message in debug.log:
Registered Wouxun_KG-UVD1P = KGUVD1PRadio Registered Wouxun_KG-UV6 = KGUV6DRadio Registered Wouxun_KG-816 = KG816Radio Registered
Wouxun_KG-818 = KG818Radio
Icon /usr/share/pixmaps/chirp.png not found Initialized MacOS support /Users/dritchie/Downloads/chirp-daily-20140222.app/Contents/MacOS/../Resources/chirp/chirpw:146: PangoWarning: error opening config file '../Resources/etc/pango/pangorc': No such file or directory
a.show()
What now? I see that pango is a graphics package for doing font rendering in an platform agnostic way.. but before I go off and install that, I thought I should ask what the recommended way of doing this is. Macports, perhaps?
73, Dave N4DJS
_______________________________________________ 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
On Sat, Mar 1, 2014 at 12:02 PM, Dave Ritchie deritchie@yahoo.com wrote:
PangoWarning: error opening config file '../Resources/etc/pango/pangorc': No such file or directory
That warning just means there's no configuration file for Pango, but no worries, the defaults work just fine. Your problem is elsewhere.
If you show us the rest of the debug.log, there may be a clue as to what the problem really is. Also, could you describe the behavior you're seeing and the sequence of events that led up to it? The two words you use, "died" and "fails", leave me wondering what part of the process failed.
Tom KD7LXL
Tom, Thanks for responding. I may be doing something dumb here w.r.t. to the install, or it could be simply due to me having the ActiveState python being picked up first in my path. I have done any installs of software from .zip files in the Mac world before, so perhaps I am doing something incorrectly here.
Here is the entire debug.log file:
--start of debug.log: nst-dritchie-mac:.chirp dritchie$ more debug.log CHIRP daily-20140222 on Darwin nst-dritchie-mac 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64 (Python 2.7.2) Registered Alinco_DR03T = DR03Radio Registered Alinco_DR06T = DR06Radio Registered Alinco_DR135T = DR135Radio Registered Alinco_DR235T = DR235Radio Registered Alinco_DR435T = DR435Radio Registered Alinco_DJ596 = DJ596Radio Registered Jetstream_JT220M = JT220MRadio Registered Alinco_DJ175 = DJ175Radio Registered AnyTone_5888UV = AnyTone5888UVRadio Registered Intek_HR-2040 = IntekHR2040Radio Registered Polmar_DB-50M = PolmarDB50MRadio Registered Powerwerx_DB-750X = PowerwerxDB750XRadio Registered Baofeng_UV-3R = UV3RRadio Registered Baofeng_UV-5R = BaofengUV5R Registered Baofeng_F-11 = BaofengF11Radio Registered Baofeng_UV-82 = BaofengUV82Radio Registered Baojie_BJ-UV55 = BaojieBJUV55Radio Registered Kenwood_TH-D7 = THD7Radio Registered Kenwood_TH-D7G = THD7GRadio Registered Kenwood_TM-D700 = TMD700Radio Registered Kenwood_TM-V7 = TMV7Radio Registered Kenwood_TM-G707 = TMG707Radio Registered Kenwood_TH-G71 = THG71Radio Registered Kenwood_TH-F6 = THF6ARadio Registered Kenwood_TH-F7 = THF7ERadio Registered Kenwood_TM-D710 = TMD710Radio Registered Kenwood_TH-D72_live_mode = THD72Radio Registered Kenwood_TM-V71 = TMV71Radio Registered Kenwood_TH-K2 = THK2Radio Registered Kenwood_TM-271 = TM271Radio Registered Kenwood_TM-281 = TM281Radio Registered Kenwood_TM-471 = TM471Radio Registered Icom_7200 = Icom7200Radio Registered Icom_7000 = Icom7000Radio Registered Icom_746 = Icom746Radio Registered Yaesu_FT-1802M = FT1802Radio Registered Yaesu_FT-2800M = FT2800Radio Registered Yaesu_FT-60 = FT60Radio Registered Yaesu_FT-7800_7900 = FT7800Radio Registered Yaesu_FT-8800 = FT8800Radio Registered Yaesu_FT-8900 = FT8900Radio Registered Yaesu_FT-817 = FT817Radio Registered Yaesu_FT-817ND = FT817NDRadio Registered Yaesu_FT-817ND_US = FT817NDUSRadio Registered Yaesu_FT-857_897 = FT857Radio Registered Yaesu_FT-857_897_US = FT857USRadio Registered Yaesu_FT-90 = FT90Radio Registered Yaesu_FTM-350 = FTM350Radio Registered Generic_CSV = CSVRadio Registered Commander_KG-UV = CommanderCSVRadio Registered RT_Systems_CSV = RTCSVRadio Registered ARRL_Travel_Plus = TpeRadio Registered Generic_XML = XMLRadio Registered Baofeng_BF-888 = H777Radio Registered Icom_IC-208H = IC208Radio Registered Icom_IC-2100H = IC2100Radio Registered Icom_IC-2200H = IC2200Radio Registered Icom_IC-2720H = IC2720Radio Registered Icom_IC-2820H = IC2820Radio Registered Icom_IC-91_92AD = IC9xRadio Registered Icom_IC-91_92AD_ICF_File = IC9xICFRadio Registered Icom_IC-Q7A = ICQ7Radio Registered Icom_IC-T70 = ICT70Radio Registered Icom_IC-T7H = ICT7HRadio Registered Icom_IC-T8A = ICT8ARadio Registered Icom_IC-W32A = ICW32ARadio Registered Icom_IC-V82_U82 = ICx8xRadio Registered Icom_ID-31A = ID31Radio Registered Icom_ID-51A = ID51Radio Registered Icom_ID-800H_v2 = ID800v2Radio Registered Icom_ID-880H = ID880Radio Registered Icom_ID-80H = ID80Radio Registered Kenwood_HMK = HMKRadio Registered Kenwood_ITM = ITMRadio Registered Puxing_PX-777 = Puxing777Radio Registered Puxing_PX-2R = Puxing2RRadio Registered TYT_TH-UV3R = TYTUV3RRadio Registered TYT_TH-UVF8D = TYTUVF8DRadio Registered Kenwood_TH-D72_clone_mode = THD72Radio Registered TYT_TH-UVF1 = TYTTHUVF1Radio Registered Kenwood_TK-7102 = KenwoodTK7102Radio Registered Kenwood_TK-8102 = KenwoodTK8102Radio Registered Kenwood_TK-7108 = KenwoodTK7108Radio Registered Kenwood_TK-8108 = KenwoodTK8108Radio Registered Baofeng_UV-B5 = BaofengUVB5 Registered Yaesu_VX-2 = VX2Radio Registered Yaesu_VX-3 = VX3Radio Registered Yaesu_VX-5 = VX5Radio Registered Yaesu_VX-6 = VX6Radio Registered Yaesu_VX-7 = VX7Radio Registered Yaesu_VX-8_R = VX8Radio Registered Yaesu_VX-8_DR = VX8DRadio Registered Yaesu_VX-8_GE = VX8GERadio Registered Vertex_Standard_VXA-700 = VXA700Radio Registered Wouxun_KG-UVD1P = KGUVD1PRadio Registered Wouxun_KG-UV6 = KGUV6DRadio Registered Wouxun_KG-816 = KG816Radio Registered Wouxun_KG-818 = KG818Radio Icon /usr/share/pixmaps/chirp.png not found Initialized MacOS support /Users/dritchie/Downloads/chirp-daily-20140222.app/Contents/MacOS/../Resources/chirp/chirpw:146: PangoWarning: error opening config file '../Resources/etc/pango/pangorc': No such file or directory
a.show()
--- end of debug.log
The 800x600 chirp window does start, but there is nothing displayed in it. The KK7DS python (R6) has been installed on the system. Macports may be conflicting here w.r.t. python. The Prolific 3.00 driver has been installed and is being seen in the System Information output. Radio is a Baofeng UV-5RC Plus, I am using the Baofeng branded cable, and it appears to be well seated in the radio (i.e. if I tune the radio to NOAA weather radio channel, I see the color change on the display, but do not hear anything) .
I have tried dragging this into the Applications folder, and running it outside of the applications directory. Looking at the code in chirpw at line 146, it looks like the next thing it is doing is attempting to start GTK.
From /Users/dritchie/Downloads/chirp-daily-20140222.app/Contents/Resources/chirp/chirpw:
145 146 a.show() 147 148 if profile: 149 import cProfile, pstats 150 cProfile.run("gtk.main()", "chirpw.stats") 151 p = pstats.Stats("chirpw.stats") 152 p.sort_stats("cumulative").print_stats(10) 153 else: 154 gtk.main()
BTW, when I attempt to execute python -v, it is resolving to /usr/local/bin/python instead of anything in /opt/kk7ds...
I have attached the screen shot of how the chirp window looks also.
nst-dritchie-mac:.chirp dritchie$ env TERM_PROGRAM=Apple_Terminal TERM=xterm-256color SHELL=/bin/bash TMPDIR=/var/folders/38/3rk6gz9d369954pq2hdy0j48d0g28s/T/ Apple_PubSub_Socket_Render=/tmp/launch-0xtZ6n/Render TERM_PROGRAM_VERSION=303.2 OLDPWD=/Users/dritchie TERM_SESSION_ID=1DC2A33E-181A-429C-90E8-9E06AE877389 USER=dritchie COMMAND_MODE=unix2003 SSH_AUTH_SOCK=/tmp/launch-GPZIlk/Listeners __CF_USER_TEXT_ENCODING=0x1A078919:0:0 Apple_Ubiquity_Message=/tmp/launch-DRy5dx/Apple_Ubiquity_Message PATH=/usr/adic/TSM/bin:/usr/adic/TSM/exec:/usr/adic/TSM/util:/usr/adic/mysql/bin:/usr/adic/mysql/util:/home/dritchie:/usr/adic/gui/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/adic/bin:/usr/adic/DSM/bin:/usr/adic/MSM/bin:/usr/adic/MSM/clibin::/usr/adic/PSE/bin:/usr/adic/SRVCLOG/bin:/home/dritchie/bin:/dam/vol2/tmp/repack/bin PWD=/Users/dritchie/.chirp LANG=en_US.UTF-8 SHLVL=1 HOME=/Users/dritchie LOGNAME=dritchie DISPLAY=/tmp/launch-ZPxtqz/org.x:0 _=/usr/bin/env nst-dritchie-mac:.chirp dritchie$
I would be interested to see someone else's environment that has this working...
On Sunday, March 2, 2014 1:38 PM, Tom Hayward esarfl@gmail.com wrote:
On Sat, Mar 1, 2014 at 12:02 PM, Dave Ritchie deritchie@yahoo.com wrote:
PangoWarning: error opening config file '../Resources/etc/pango/pangorc': No such file or directory
That warning just means there's no configuration file for Pango, but no worries, the defaults work just fine. Your problem is elsewhere.
If you show us the rest of the debug.log, there may be a clue as to what the problem really is. Also, could you describe the behavior you're seeing and the sequence of events that led up to it? The two words you use, "died" and "fails", leave me wondering what part of the process failed.
Tom KD7LXL
On Mar 2, 2014 3:14 PM, "Dave Ritchie" deritchie@yahoo.com wrote:
The 800x600 chirp window does start, but there is nothing displayed in it.
Glad you included this detail. Chirp is working as intended. From the menu bar, choose Download From Radio to load the memory contents from your Baofeng. Alternatively, Cmd-n will start a blank CSV file where you can start entering frequencies.
Tom KD7LXL
participants (4)
-
Dave Nathanson
-
Dave Ritchie
-
Milton Hywatt
-
Tom Hayward