Re: how to use postgresql8.4 in django1.1

2009-09-01 Thread tungliang.han...@gmail.com
thanks,I have solved it by using python2.5. thank you again. On 9月1日, 下午8时18分, mrsource wrote: > I suppose that you have downloaded the latest version of psycopg2: > psycopg2-2.0.12.win32-py2.6-pg8.4.0-release.exe. > In that case use the previous release psycopg2-2.0.10.win32-py2.6- > pg8.3.7-re

Re: how to use postgresql8.4 in django1.1

2009-09-01 Thread mrsource
I suppose that you have downloaded the latest version of psycopg2: psycopg2-2.0.12.win32-py2.6-pg8.4.0-release.exe. In that case use the previous release psycopg2-2.0.10.win32-py2.6- pg8.3.7-release.exe that you can find here http://stickpeople.com/projects/python/win-psycopg/index.2.0.9.html, the

how to use postgresql8.4 in django1.1

2009-09-01 Thread tungliang.han...@gmail.com
hi,guys According to the django documents(http://docs.djangoproject.com/en/dev/ topics/install/),I have downloaded the psycopg(http://stickpeople.com/ projects/python/win-psycopg/) and switched the database in the settings. However,when I sync the database or run server,there are some error occurr