How to install MySQLdb on Mountain Lion

前端 未结 4 1758
粉色の甜心
粉色の甜心 2021-01-02 07:19

I\'m new to Python and I\'m having trouble building MySQLdb, in an attempt to get Google AppEngine SDK running. I have just upgraded from Snow Leopard to Mountain Lion and h

4条回答
  •  爱一瞬间的悲伤
    2021-01-02 08:01

    It seems that the system is complaining about not be able to find clang, which is included in Command Line Tools of Xcode. Did you installed the tool as well?

    Can be installed via

    • Open Xcode
    • Preference (Command + ,)
    • Components under the Download tab

提交回复
热议问题