Hi all, I have a problem with a new server that I am setting up. Details are: Fedora Core 5 apache httpd 2.2.0 (rpm) postgresql 8.1.3 (rpm) psycopg 1.1.21(source - and a real pain) python 2.4 (rpm) pretty weak hardware (800 mHz PIII, 256 M RAM)
So, this app runs fine on two other machines (similar Fedora setup and a Windows one), runs with "runserver", runs when I use "httpd -X" on this machine. Even runs when I set PythonDebug = True. The problem comes about when I have apache running in it's regular multithreaded mode. I see several errors, the root of which appears to be below, and a 500 error on the page: [Thu Apr 20 15:51:28 2006] [error] [client 10.116.59.53] PythonHandler django.core.handlers.modpython: ImproperlyConfigured: Could not load database backend: No module named psycopg. Is your DATABASE_ENGINE setting (currently, 'postgresql') spelled correctly? Available options are: 'ado_mssql', 'mysql', 'postgresql', 'sqlite3' I tried patching with Eugene's fix for #1442, but that didn't seem to solve the problem (after a httpd restart, anyway). I also confirmed that my sys.path setting seems okay from the python shell. Any ideas what I am facing here? Or how to debug this? -rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---