When trying to get the django server up, this error is put into the master.err log and the server fails to load:
File "/data/OMERO/omero_dist/lib/python/django/db/backends/sqlite3/base.py", line 26, in ?
raise ImproperlyConfigured, "Error loading %s module: %s" % (module, e)
django.core.exceptions.ImproperlyConfigured: Error loading pysqlite2 module: /usr/lib/python2.4/site-packages/pysqlite2/_sqlite.so: wrong ELF class: ELFCLASS32
Does anyone know if this is a problem with the pysqlite distribution, or might I have a conflicting library on my system somewhere?
Thanks.