for me it is working too settings.py: "ENGINE": "django.db.backends.postgresql_psycopg2",
# aptitude search python-psycopg2 i python-psycopg2 - Python module for PostgreSQL good luck, TR Am 06.01.2011 um 17:36 schrieb Tonton: > on my ubuntu > in the settings . py > > 'ENGINE': 'django.db.backends.postgresql_psycopg2', > > i've seen works with > > 'ENGINE': 'postgresql_psycopg2', > > On Thu, Jan 6, 2011 at 5:32 PM, Peter L. Berghold <[email protected]> wrote: > Having gotten through the first few obstacles, I am now trying to build > an app on a Debian based (Linux Mint, actually) and I am running into > the following message when running the development server: > > django.core.exceptions.ImproperlyConfigured: Error loading psycopg > module: No module named psycopg > > > If I am translating that correctly, Python is trying to tell me it is > missing a module to talk to PostgreSQL. I've attempted to resolve > this on my own by loading the following packages: > > python-psycopg > (obsolete package?) > python-psycopg2 > > > Still getting the same error. Can anybody steer me to the correct > package? > > > -- > Peter L. Berghold <[email protected]> > > -- > 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. > > > > -- > 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. -- 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.

