On 10/26/22 8:17 AM, Rudi wrote:
On Wed, Oct 26, 2022 at 05:12 PM, Jim Lux wrote:
Worked fine for me.. I copied the python into a file, did a git clone:
git clone
Hello Jim,
Thank you for the hint.
It works now.
73, Rudi DL5FA
yeah, quick and dirty often doesn't have extensive checking... on my environment, if I don't have ui.c, it gives me this:
documents jimlux$ python parsenanomenu.py
Traceback (most recent call last):
File "parsenanomenu.py", line 42, in <module>
with open( 'ui.c' ) as ui:
FileNotFoundError: [Errno 2] No such file or directory: 'ui.c'
But I can easily see it "failing silently".
I'll make a pitch here that I use Spyder as my IDE for python. It seems to work fairly well. Jupyter is also nice if you're doing multiple iterations of something.