Low-Level-Error: Error loading pysqlite2 module: No module named pysqlite2 -------------------------------------------------------------------------------- Have you installed PyLucid? If not, follow the instruction here: http://www.pylucid.org/Documentation/install-PyLucid/ Note: If you will go into the _install section, you must temporaly deactivate some middlewares in your settings.py: Edit the MIDDLEWARE_CLASSES data and deactivate: - django.contrib.sessions.middleware.SessionMiddleware - django.contrib.auth.middleware.AuthenticationMiddleware After 'syncdb' the needed tables created and you must activate the middleware classes! -------------------------------------------------------------------------------- Python v2.4.6 (#2, Jan 24 2010, 12:20:41) [GCC 4.3.2] -------------------------------------------------------------------------------- Traceback (most recent call last): File "/home/mh/www/flightmount.eu/htdocs/www/index.cgi", line 202, in ? runcgi() File "/home/mh/www/flightmount.eu/htdocs/www/cgi_server.py", line 93, in runcgi result = application(environ, start_response) File "/home/mh/www/flightmount.eu/htdocs/www/django/core/handlers/wsgi.py", line 195, in __call__ self.load_middleware() File "/home/mh/www/flightmount.eu/htdocs/www/django/core/handlers/base.py", line 34, in load_middleware mod = __import__(mw_module, {}, {}, ['']) File "/home/mh/www/flightmount.eu/htdocs/www/PyLucid/middlewares/pagestats.py", line 25, in ? from django.db import connection File "/home/mh/www/flightmount.eu/htdocs/www/django/db/__init__.py", line 17, in ? backend = __import__('%s%s.base' % (_import_path, settings.DATABASE_ENGINE), {}, {}, ['']) File "/home/mh/www/flightmount.eu/htdocs/www/django/db/backends/sqlite3/base.py", line 22, in ? raise ImproperlyConfigured, "Error loading %s module: %s" % (module, e) ImproperlyConfigured: Error loading pysqlite2 module: No module named pysqlite2