Bug #72525 Workbench Tools under OSX 10.9
Submitted: 3 May 2014 12:10 Modified: 6 May 2014 20:03
Reporter: Markus Hedlund Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Utilities Severity:S1 (Critical)
Version:1.3.6 OS:MacOS (10.9)
Assigned to: CPU Architecture:Any

[3 May 2014 12:10] Markus Hedlund
Description:
Can't use Workbench Tools. Downloaded from http://dev.mysql.com/downloads/tools/utilities/ and installed, getting this error in the Terminal after I click Tools -> Start shell for MySQL Utilities.

$ mysqluc -e "help utilities"
Traceback (most recent call last):
  File "/bin/mysqluc", line 23, in <module>
    from mysql.utilities.common.options import license_callback, UtilitiesParser
  File "/Library/Python/2.7/site-packages/mysql/utilities/common/options.py", line 34, in <module>
    from mysql.connector.conversion import MySQLConverter
ImportError: No module named connector.conversion

How to repeat:
Install:

http://dev.mysql.com/downloads/tools/workbench/
http://dev.mysql.com/downloads/tools/utilities/

Click Tools -> Start shell for MySQL Utilities

Suggested fix:
-
[4 May 2014 17:40] MySQL Verification Team
Thank you for the bug report.
[5 May 2014 13:29] Chuck Bell
Utilities is no longer packaged with WB. Nor is Connector/Python which is a requirement for Utilities.

It appears that you may not have Connector/Python installed. Please verify you have installed Connector/Python and if not, install it and try your test again.

http://dev.mysql.com/downloads/connector/python/
[5 May 2014 20:21] Markus Hedlund
Installed http://dev.mysql.com/downloads/connector/python/ and now it seems to work. Thanks!