Hi.

Your output has this error message:

"ImproperlyConfigured: Error loading psycopg module: No module named
DateTime "

Did you install the EGenix "mxDatetime" package? And did you specify
the correct location when compiling psycopg?
psycopg seems to require this package.
See http://www.egenix.com/files/python/mxDateTime.html

See http://brianray.chipy.org/2005/Mar for the following example:

./configure
--with-mxdatetime-includes=`pwd`/../egenix-mx-base-2.0.X/mx/DateTime/mxDateTime/
--with-postgres-includes=`pwd`/../temp/include
--with-postgres-libraries=`pwd`/../temp/lib

  Daniel


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

Reply via email to