Traceback (most recent call last):
File "freeline.py", line 7, in <module>
from freeline_core.dispatcher import Dispatcher
File "E:\Android\CustomVIew\freeline_core\dispatcher.py", line 8, in <module>
from command import AbstractCommand
ImportError: No module named 'command'
出现这种情况是因为Python的版本问题,freeline目前支持Python2.7.+的版本。