Installing MySQLdb on Mac OS X

前端 未结 4 866
醉酒成梦
醉酒成梦 2020-12-15 10:39

I\'ve spent several hours trying to install MySQLdb (the Python library) on Mac OS X Snow Leopard. I\'m using these instructions from SO. I keep getting an error, so I\'ve t

4条回答
  •  庸人自扰
    2020-12-15 11:23

    You can also force python to run in 32bit mode:

    defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
    

提交回复
热议问题