When attempting to run the application directly through the python package, it gives an error about direct execution:
[user]@[hostname] ~/path_to/plcd (stable)
$ python -m plcd
path_to\python\current\python.exe: No module named plcd.__main__; 'plcd' is a package and cannot be directly executed
My understanding is that it is a package structure issue, most likely involving the plcd-runner.py function or possibly in the /plcd/src/plcd/ file structure. Will post links to possible fixes.
When attempting to run the application directly through the python package, it gives an error about direct execution:
My understanding is that it is a package structure issue, most likely involving the
plcd-runner.pyfunction or possibly in the/plcd/src/plcd/file structure. Will post links to possible fixes.