推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
meteor2013
V2EX  ›  Python

MAC 上 Python 连接 MAMP 的 MYSQL。求指点。

  •  
  •   meteor2013 · Sep 6, 2014 · 3621 views
    This topic created in 4277 days ago, the information mentioned may be changed or developed.
    已经下载
    MySQL-python-1.2.5
    https://pypi.python.org/pypi/MySQL-python/1.2.5

    然后已经修改setup_posix.py里面的路径,指到MAMP的MySQL
    mysql_config.path = "/usr/local/mysql/bin/mysql_config"


    可是import MySQLdb还是有问题,求指点。

    >>> import MySQLdb
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "build/bdist.macosx-10.9-intel/egg/MySQLdb/__init__.py", line 19, in <module>
    File "build/bdist.macosx-10.9-intel/egg/_mysql.py", line 7, in <module>
    File "build/bdist.macosx-10.9-intel/egg/_mysql.py", line 6, in __bootstrap__
    ImportError: dlopen(/Users/cool/.python-eggs/MySQL_python-1.2.5-py2.7-macosx-10.9-intel.egg-tmp/_mysql.so, 2): Symbol not found: _mysql_affected_rows
    Referenced from: /Users/cool/.python-eggs/MySQL_python-1.2.5-py2.7-macosx-10.9-intel.egg-tmp/_mysql.so
    Expected in: flat namespace
    in /Users/cool/.python-eggs/MySQL_python-1.2.5-py2.7-macosx-10.9-intel.egg-tmp/_mysql.so
    1 replies    2014-09-06 09:47:10 +08:00
    Lucius
        1
    Lucius  
       Sep 6, 2014
    sudo vim etc/paths

    把下面这条加在最上面

    /Applications/MAMP/Library/bin
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2881 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 49ms · UTC 14:32 · PVG 22:32 · LAX 07:32 · JFK 10:32
    ♥ Do have faith in what you're doing.