MySQL Forums
Forum List  »  Install & Repo

ImportError: No module named connector.conversion
Posted by: Eric Goldstein
Date: June 17, 2014 09:00AM

I'm very new to mySQL and just installed it on my Mac (OS 10.6.8). When I try to connect with the database through Terminal, I get this message:

Last login: Tue Jun 17 10:42:23 on console mysqluc -e "help utilities" GEdit-2:~ Eric$ mysqluc -e "help utilities" Traceback (most recent call last): File "/bin/mysqluc", line 23, in from mysql.utilities.common.options import license_callback, UtilitiesParser File "/Library/Python/2.6/site-packages/mysql/utilities/common/options.py", line 35, in from mysql.connector.conversion import MySQLConverter ImportError: No module named connector.conversion

After reading in this and other forums, I installed:

mySQL-connector-python 1.2.2

I also added this path:

PATH=/usr/local/git/bin:/usr/local/mysql/bin:$PATH

But, nothing has helped.

I have also tried to install:

mySQL-connector-odbc 5.3.2

but, the installation fails.

Any help would be greatly appreciated.

Eric

Options: ReplyQuote


Subject
Written By
Posted
ImportError: No module named connector.conversion
June 17, 2014 09:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.