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.+的版本。
解决Python模块导入错误
本文介绍了一种在使用freeline工具时遇到的Python模块导入错误,并指出该问题是由Python版本不兼容导致。freeline当前仅支持Python 2.7+版本。
2185

被折叠的 条评论
为什么被折叠?



