p1ngul1n0/blackbird

How do I fix this? (Running as webserver)

voelspriet opened this issue · 2 comments

File "/Users/henkvaness/blackbird/blackbird.py", line 156, in
command = subprocess.run( ("python", "webserver.py"))
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 501, in run
with Popen(*popenargs, **kwargs) as process:
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 969, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 1845, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotADirectoryError: [Errno 20] Not a directory: 'python'

If you need to run blackbird in Web Server mode, please use this command: "python blackbird.py --web", and the default listening address is: "http://127.0.0.1:5000"

This issue has been resolved in PR #25.