Mac OS X 下安裝python的MySQLdb模組

來源:互聯網
上載者:User

標籤:style   blog   http   color   使用   os   strong   io   

  參考資料:

mac os x下python安裝MySQLdb模組   http://www.codeif.com/post/1073/

MAC OSX使用Python安裝模組有關問題  http://www.myexception.cn/operating-system/1616547.html

  在Mac OS X 中安裝好了MySQL和Django,在Django中訪問MySQL資料庫時,提示“ImportError: No module named MySQLdb”,是由於沒有安裝Python串連MySQL所需的MySQLdb庫。為瞭解決一系列的問題,查閱資料,花費了兩個多小時才搞定。。。。。。

  在網址 http://sourceforge.net/projects/mysql-python/ 下載MySQLdb。

  直接雙擊解壓,命令列進入解壓後的目錄,執行python setup.py build,出現“EnvironmentError: mysql_config not found”報錯

  根據提示,需要編輯下mysql的路徑,先找到原生mysql的路徑

  使用vim開啟MySQL-Python安裝檔案中的setup_posix.py,找到“mysql_config.path = "mysql_config"”改為

  執行

  發生報錯“error: command ‘cc‘ failed with exit status 1”

  使用ARCHFLAGS將該error降級為warning

  安裝成功MySQL-Python

   匯入MySQLdb模組時,又有報錯:

  需要添加軟連結:

  最終可以正常使用。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.