Bug #1261
openUV5RA, Nonfunctioning import and export
0%
Description
CHIRP daily-20131118 on WinVista/7 (Python 2.7.2)
I do not currently have other operating radios to test.
Exporting from a plain CSV (file>new) does work correctly.
When importing and exporting using Chirp, the following traceback appears.
-- Exception: --
Traceback (most recent call last):
File "chirpui\editorset.pyo", line 322, in do_import
File "chirpui\editorset.pyo", line 253, in _do_import_locked
AttributeError:
'SettingsEditor' object has no attribute 'prefill'
Files
Updated by Wolfy Wolf about 11 years ago
Just a suggestion give my closed/rejected issue #1251 a review. If you are running into the same issue as I did it may be the source of your problem. View the changed csv file in Notepad and see if you have semicolons in place of comma's in the file... If so, do a FIND, SEARCH and REPLACE ; with , and save it then try to import again...
If this isn't it, good luck
Updated by Brandon McGinty-Carroll about 11 years ago
Short Version:
Comment out line 253. you will have to refresh subsequent screens after any import/export action, by filtering or editing (goal is to force a refresh).
Doesn't look like #1251 to me.
I solved this, in a horribly hackish way, by commenting out line 253 in editorset.py.
(I ended up pulling the source from hg, modifying that , and running it directly from my hg copy, as I couldn't edit the built-in .pyo files in the chirpw.exe windows application.)
However, this means that whatever screens come up after the import/export job don't show correct values at first.
Usually it's the channel editor.
It doesn't show new values until you use the filter on the top line of the memory display, to change to a new range of memories, then switch back.
I'm describing this from a non-sighted point of view.
Please add commentary if I'm unclear.
Updated by Bernhard Hailer over 4 years ago
- Priority changed from High to Normal
- Model affected changed from UV5RA to Baofeng UV-5RA