OP25_RadioReference_Import icon indicating copy to clipboard operation
OP25_RadioReference_Import copied to clipboard

Error running script

Open NZ6D opened this issue 3 years ago • 2 comments

Hi, I have an error running your script and I am not sure how to fix. Here is the output: $ python rrimport.py Traceback (most recent call last): File "rrimport.py", line 1, in from zeep import Client ImportError: No module named zeep

I have no idea what "zeep" is.

NZ6D avatar Mar 07 '21 17:03 NZ6D

Having the exact same issue need help!

screed87 avatar Apr 30 '21 00:04 screed87

Running pip install zeep in the command line will resolve

If you do not have pip and are on a Ubuntu distro run sudo apt install pip3 then run the before mentioned command. If you are on Windows and do not have pip reinstall Python 3 from Python.org and make sure to add it to the path during installation.

@screed87 @NZ6D

NoahMaceri avatar May 07 '21 18:05 NoahMaceri