On Sat, 2011-08-20 at 14:31 +0530, Harjot Gill wrote:
> We have tried to make database of TCC software in postgresql instead
> of mysql. But we are facing a problem after creating the database for
> TCC when we are trying to make the tables by using command "python
> manage.py syncdb" then the following error will occur :
> no module named psycopg 

the backend should be postgresql_psycopg2 and you should install
python-psycopg2.
-- 
regards
Kenneth Gonsalves

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to