-
Notifications
You must be signed in to change notification settings - Fork 0
Description
root@localhost:/opt/DDatHome-python# ls
config_parser.py dm_manager.py job_processor.py logger.py README.md setup.txt
connector.py dm.py LICENSE main.py requirements.txt ws_live.py
root@localhost:/opt/DDatHome-python# chmod -x main.py
root@localhost:/opt/DDatHome-python# python3 main.py
Traceback (most recent call last):
File "/opt/DDatHome-python/main.py", line 6, in
from connector import Connector
File "/opt/DDatHome-python/connector.py", line 8, in
from websockets import ConnectionClosed
ModuleNotFoundError: No module named 'websockets'
root@localhost:/opt/DDatHome-python# python main.py
Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3