Re: What is the tlf future?

2022-10-17 Thread Martin Kratoska
Python3 ... I spent several hours with the error message == Traceback (most recent call last):   File "/home/martin/cqrlog-data-checker-main/cqrlog-data-checker/dxcc_checker.py", line 3, in     import tools   File "/home/martin/cqrlog-data-checker-main/cqrlog-data-chec

Re: What is the tlf future?

2022-10-17 Thread Ervin Hegedüs
Hi Martin, On Mon, Oct 17, 2022 at 12:12:03PM +0200, Martin Kratoska wrote: [...] > while trying to check the CQRlog country files with my checker (made by > OK2CQR, attached) which worked perfectly with ver. 3.9. > The only change was upgrade from 3.9 to 3.10. "Only"? You've jumped a main ver

Re: What is the tlf future?

2022-10-17 Thread Drew Arnett
The error message told you exactly what was wrong. That the library rich was not installed. Don't worry; this is a common Python newcomer topic. rich isn't part of the standard library that comes with Python, so needs to be installed. (pypi.org is a large, but not exhaustive catalog of 3rd part