it looks like you don't have the prerequisites that Django needs already
installed. Check  the docs at
http://www.djangoproject.com/documentation/install/ - it'll point you to
http://initd.org/tracker/psycopg where you can get the libraries for python
to talk with PostgreSQL.

-joe

On 3/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Adrian
>
> I have tried to follow both the django book and the tutorial
>
> and i can't get past the beginning python manage.py syncdb.
>
> i have tried setting it up on my mac for both versions 2.4
>
> and 2.5 and still doesn't work. I also tried to do Jacob's
>
> tutoirals from his PYCON and OSCON tutorials and I am
>
> stuck at the same point.
>
> I keep getting the following error when i syncdb
>
> raise ImproperlyConfigured, "Error loading psycopg2 module: %s" % e
> django.core.exceptions.ImproperlyConfigured: Error loading psycopg2
> module: No module named psycopg2
>
> Also is it possible to get the code from Jacobs jellyroll app
>
> that he says is suppose to be available in his tutorial here
>
> http://toys.jacobian.org/presentations/2006/oscon/tutorial/
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to