[chirp_users] more on getting OS X working
Debbie Fligor
Tue Mar 17 15:35:52 PDT 2009
Dan and the group,
I'm looking for thoughts on why d-rats works fine, and chirp doesn't
for my MacBook Pro.
I've tried Susan's path:
export PYTHONPATH=/opt/local/lib/python2.5/site-packages
using the rest of python as-is in MacOS 10.5.6 (although I might have
more installed in site-packages than she does, it's where my ports
drats build setup is)
and am still getting the same error I do with either my fink or ports
full setup (both of which work fine with d-rats). the main window
opens, I can choose new, or look at the about box, but not open the
serial port.
I'm wondering if I've got some cache file somewhere that's messing
things up, it seems to always have a problem with "list index out of
range"
I was pretty sure that at least once I got it to run many versions
ago, but I'm not 100% sure on that. If so it was summer time frame.
I tried both 1.8 (since Susan had it working on Mac) and the latest
beta).
Any ideas are appreciated.
-debbie, n9dn
here's MacOS's python with the path set to the ports site packages:
951 Mnementh> python chirpw
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "RANDR" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Traceback (most recent call last):
File "/Users/fligor/bin/chirp-0.1.8/chirpui/mainapp.py", line 391,
in mh
self.do_open9x(ic9x.IC9xRadioB)
File "/Users/fligor/bin/chirp-0.1.8/chirpui/mainapp.py", line 119,
in do_open9x
rtype="ic9x")
File "/Users/fligor/bin/chirp-0.1.8/chirpui/clone.py", line 70, in
__init__
self.port = miscwidgets.make_choice(ports, True, ports[0])
IndexError: list index out of range
^CTraceback (most recent call last):
File "chirpw", line 37, in <module>
gtk.main()
here's fink's python that works just fine for d-rats:
991 Mnementh> python2.5 chirpw
chirpw:41: PangoWarning: error opening config file '../Resources/etc/
pango/pangorc': No such file or directory
a.show()
Traceback (most recent call last):
File "/Users/fligor/bin/chirp-0.1.9b5/chirpui/mainapp.py", line
391, in mh
self.do_open9x(ic9x.IC9xRadioB)
File "/Users/fligor/bin/chirp-0.1.9b5/chirpui/mainapp.py", line
119, in do_open9x
rtype="ic9x")
File "/Users/fligor/bin/chirp-0.1.9b5/chirpui/clone.py", line 70,
in __init__
self.port = miscwidgets.make_choice(ports, True, ports[0])
IndexError: list index out of range
More information about the chirp_users
mailing list