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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

