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.