> I am getting an error working through "Writing your first Django app,
> part 1" tutorial.  "python manage.py runserver" generates the error:
>
> ...raise ImproperlyConfigured("Error loading psycopg module: %s" % e)
> django.core.exceptions.ImproperlyConfigured: Error loading psycopg
> module: No module named psycopg
>
> How do I fix this so psycopy module can be found?

That's the module for Postgres.  What OS are you on?  If you can tell
us then we can give you specific instructions for installing the
module.

Regards,
Wayne

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