Python ImportError:没有名为fabric的模块

Python ImportError:没有名为fabric的模块,python,python-2.7,mysql-fabric,Python,Python 2.7,Mysql Fabric,我不熟悉mysql结构。我得到以下错误: root@ajith-System-Product-Name:/home/ajith# mysqlfabric Traceback (most recent call last): File "/usr/bin/mysqlfabric", line 33, in <module> from mysql.fabric import ( ImportError: No module named fabric root@ajith-系统产品名称:

我不熟悉mysql结构。我得到以下错误:

root@ajith-System-Product-Name:/home/ajith# mysqlfabric
Traceback (most recent call last):
File "/usr/bin/mysqlfabric", line 33, in <module>
from mysql.fabric import (
ImportError: No module named fabric
root@ajith-系统产品名称:/home/ajith#mysqlfabric
回溯(最近一次呼叫最后一次):
文件“/usr/bin/mysqlfabric”,第33行,在
从mysql.fabric导入(
ImportError:没有名为fabric的模块

我安装了
mysql-connector-python_2.1.3
mysql-utilities_1.5.6
,和
python2.7
,你的
from
语句应该使用
mysqlfabric
,而不是
mysql.fabric
,据我所知。

你好,谢谢你的回复,我不确定,但我的问题在更新ubuntu时得到了解决14.04至15.04