Quantcast
Channel: MySQL Forums - Connector/Python
Viewing all articles
Browse latest Browse all 384

MySQL Connector/Python .dmg installation on osx “succeeds” but I cannot import (or even find!) the module (no replies)

$
0
0
I downloaded Mysql Connector/Python 1.1.6 .DMG for OSX http://dev.mysql.com/downloads/connector/python/

When I run it, it says "installation successful" but gives no other installation or diagnostics.

But when I try to verify the successful installation http://dev.mysql.com/doc/connector-python/en/connector-python-verification.html

it says cannot find the module


vt102:~ xxxxx$ python

Python 2.7.6 |Anaconda 1.9.2 (x86_64)| (default, Jan 10 2014, 11:23:15)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

>>> import mysql.connector

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named mysql.connector

Viewing all articles
Browse latest Browse all 384

Trending Articles