Friday, May 28, 2010

Re: Newbie having problems with django project tutorial setup - errors with psycopg2

If you're in a terrible rush, you could switch to sqlite3 during development until you're ready to go to production.

It sounds like either psycopg2 didn't install properly, or your Django instance is running under a different version or installation of Python than the one where you installed the psycopg2 module.

What happens if you go to the command line and run the Python interactive interpreter and type "import psycopg2"?

Shawn


--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment