On Thu, 14 Jan 2016 07:28:30 -0500 "Rodney D. Myers" rod_myers@fastmail.fm wrote:
Debian jessie chirp-daily-20160110.tar.gz 2 added python packages
attached is the log file
I've downloaded the archives of the mail list and searched those phrases with no luck
I believe I followed the instructions on the web page
TH-F6a -- Start chirp;
port: ttyUSB0 manuf: Kenwood radio: auto detect
I get the error message; 'serial' object has no attribute 'setbaud'
========================================= UV-5R V2 -- Start chirp;
port: ttyUSB0 manuf: Baofeng radio: uv5r
I get the error message; failed to communicate with radio 'serial' object has no attribute 'setTimeOut'
Upgraded to the latest daily. No more pop-up requesters. Attached is the log file.
From the console;
/usr/local/bin/chirpw --log-level 9 --log /home/rodney/Desktop/th6a.txt
(process:21871): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. WARNING: Icon /usr/share/pixmaps/chirp.png not found Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/chirp/ui/mainapp.py", line 1406, in mh self.do_download(*args) File "/usr/local/lib/python2.7/dist-packages/chirp/ui/mainapp.py", line 679, in do_download radio = settings.radio_class(ser) File "/usr/local/lib/python2.7/dist-packages/chirp/drivers/kenwood_live.py", line 159, in __init__ radio_id = get_id(self.pipe) File "/usr/local/lib/python2.7/dist-packages/chirp/drivers/kenwood_live.py", line 106, in get_id ser.setBaudrate(i) AttributeError: 'Serial' object has no attribute 'setBaudrate'