[root@master_node butterflow]# python butterflow
Traceback (most recent call last):
File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/lpk/butterflow/butterflow/main.py", line 20, in
from butterflow.cli import main
ImportError: No module named butterflow.cli
i do not know how to solve this problem, need help,thanks a lot.
In centos 7.2,i download codes from the link https://github.com/dthpham/butterflow.git, when i compile the code, error comes:
[root@master_node butterflow]# python butterflow Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "main", fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/home/lpk/butterflow/butterflow/main.py", line 20, in
from butterflow.cli import main
ImportError: No module named butterflow.cli
i do not know how to solve this problem, need help,thanks a lot.