-3

I am new to mysql fabric. I am getting the following error:

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

I installed mysql-connector-python_2.1.3, mysql-utilities_1.5.6, and python2.7.

mech
  • 2,775
  • 5
  • 30
  • 38
Ajith Au
  • 11
  • 2

1 Answers1

0

Your from statement should use mysqlfabric, not mysql.fabric, as far as I can tell.

mech
  • 2,775
  • 5
  • 30
  • 38
  • Hi mech thanks for the reply, iam not sure about that but my issue solved when i update ubuntu 14.04 to 15.04 – Ajith Au Feb 19 '16 at 08:44