Friday, May 28, 2010

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

When I do import from Python, it can't find it either.  I need Postgresql for a job.  I saw a post somewhere else that says maybe my Python path is not complete, so I will look at that when I get home.

Thanks for the reply!

Cyndi
www.mysticbostons.com


On Fri, May 28, 2010 at 12:22 PM, Shawn Milochik <shawn@milochik.com> wrote:
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.


--
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