首先,我在他們的網站上關注了Django民意測驗應用程序的教程,並且遇到了一些障礙。Django在OSX上運行的問題
我已經安裝了Python 2.7和1.3的Django
創造了
django-admin.py startproject myproject
一個新的項目,我得到了MySQL的啓動和運行,並輸入的憑據在settings.py
然後,當我嘗試運行
python manage.py syncdb
它嘔吐... http://pastie.org/2294709
後來,當我安裝了MySQL-python的
easy_install mysql-python
成功! ...
Searching for MySQL-python
Best match: MySQL-python 1.2.3
Adding MySQL-python 1.2.3 to easy-install.pth file
Using /Library/Python/2.6/site-packages
Processing dependencies for MySQL-python
Finished processing dependencies for MySQL-python
讓我再試一次
python manage.py syncdb
還是pukes相同的消息如上
我這麼想嗎?
你這是什麼在settings.py中有'DATABASES'? –
你使用Python 2.6還是Python 2.7?看看你發佈的輸出。 – LaC