Django + MySQL on Mac OS 10.6.2 Snow Leopard

前端 未结 3 2029
甜味超标
甜味超标 2020-12-02 16:27

There were some excellent answers to this question already, however, they are now outdated.

I\'ve been able to get the module installed, but \"python manage.py runse

3条回答
  •  北海茫月
    2020-12-02 17:01

    This happens when you have mixed 32 and 64bit software.

    Basically, for Snow Leopard, you need to install MySQL 64bit package (which still is listed as 10.5, but that is no problem) , after that do an easy install of python-mysql again. All will work.

提交回复
热议问题