MYSqlDb和Python一起玩得很好

时间:2013-07-20 19:09:57

标签: python configuration config mysql-python

免责声明:我尝试了大量的搜索和程序来实现这一点,因为我在试图谷歌这个问题时发现,但似乎都没有。

当我尝试在 Python Interactive Shell 下导入MySQLdb时,我收到以下信息......

 Python 2.7.1 (r271:86882M, Nov 30 2010, 10:35:34) 
    [GCC 4.2.1 (Apple Inc. build 5664)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import MySQLdb
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "MySQLdb/__init__.py", line 23, in <module>
        (version_info, _mysql.version_info))
    ImportError: this is MySQLdb version (1, 2, 4, 'beta', 4), but _mysql is version (1, 2, 4, 'final', 1)

有关该怎么做的任何建议?我通过MySQLdb

安装了pip

1 个答案:

答案 0 :(得分:1)

我没有Mac,所以我无法真正测试这个,但是,Mac似乎有这个模块的问题。你看过这家伙的网站吗?使用Mac进行设置似乎非常彻底。

http://learninglamp.wordpress.com/2010/02/21/mysqldb-python-mysql-and-os-x-a-match-made-in-satans-bum/

希望这对你有所帮助。