Open jiridanek opened 1 year ago
Running cli from source directory does not work
$ python3 cli_proton_python/sender.py --log-msgs=dict
Traceback (most recent call last):
File "/home/jdanek/repos/testing/cli/cli-proton-python/cli_proton_python/sender.py", line 33, in <module>
from cli_proton_python import coreclient, options, utils
ModuleNotFoundError: No module named 'cli_proton_python'
So to run from source, set PYTHONPATH
$ PYTHONPATH=. python3 cli_proton_python/sender.py --log-msgs=dict
ERROR {'cause' :'Transport error: proton.pythonio - Connection refused to all addresses'}
ERROR {'cause' :'Transport error: proton.pythonio - Connection refused to all addresses'}