Actions
Bug #6435
closedLinux startup error
Start date:
02/11/2019
Due date:
% Done:
0%
Estimated time:
Chirp Version:
daily
Model affected:
(All models)
Platform:
Linux
I read the instructions above:
Description
Environment Centos Linux, up to date V 6.10, Python 2.6
File "./chirpw", line 23, in
from chirp.drivers import *
File "/home/edack/Desktop/chirp-daily-20190210/chirp/drivers/lt725uv.py", line 198, in
LIST_CTCSS.append("D{:03d}N".format(x))
If I comment the two for loops out then the following happens:
File "./chirpw", line 23, in
from chirp.drivers import *
File "/home/edack/Desktop/chirp-daily-20190210/chirp/drivers/ts850.py", line 40
TS850_MODES_REV = {val: mode for mode, val in TS850_MODES.iteritems()}
after commenting this line out CHIRP runs OK.
since I don't have either of these I can't say how that affects them I do have a Yaesu and Baufeng and they work OK.
Actions