dthpham / sminterpolate

Make motion interpolated and fluid slow motion videos from the command line.
MIT License
1.38k stars 91 forks source link

compile error: ImportError: No module named butterflow.cli #93

Closed sdlpkxd closed 6 years ago

sdlpkxd commented 6 years ago

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.

sdlpkxd commented 6 years ago

Solved by sys.path.appand("./") in butterflow/main.py