You may want to search the MailingList archives for similar issues, as this error message has already been discussed several times.
You could also check the following points: 1. If you have several Python interpreters installed on your server, be sure that the PySQLite library can be reached from the Python interpreter that the web server runs, 2. File permissions - try to run trac-admin with the same user as the web server process, 3. Check LD_LIBRARY_PATH: On some installations, the python interpreter is able to find and load the .py files, but fails to execute the dynamic libraries of pysqlite, 4. Is SELinux is enabled, double-check that it does not prevent from executing these libraries HTH, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
