Maybe the pysqlite2 package has not been reinstalled on your machine?
Cheers, Manu On 8/24/06, Jeff Lanzarotta <[EMAIL PROTECTED]> wrote:
Hello, Well I had everything running just fine and I had to reinstall SuSE 10.1, so now I am resetting up Trac. I thought I had everything setup just fine, but now when I attempt to access Trac, I get the following line in the apache2 log file... ----------8<---------- [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: Traceback (most recent call last): [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n result = object(req) [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: File "/usr/local/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 199, in handler\n env = get_environment(mpr, project_opts) [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 335, in get_environment\n return _open_environment(env_path, threaded) [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 51, in _open_environment\n env_cache[env_path] = open_environment(env_path) [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: File "/usr/local/lib/python2.4/site-packages/trac/env.py", line 375, in open_environment\n if env.needs_upgrade(): [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: File "/usr/local/lib/python2.4/site-packages/trac/env.py", line 279, in needs_upgrade\n db = self.get_db_cnx() [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: File "/usr/local/lib/python2.4/site-packages/trac/env.py", line 137, in get_db_cnx\n return self.__cnx_pool.get_cnx() [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: File "/usr/local/lib/python2.4/site-packages/trac/db.py", line 157, in get_cnx\n cnx = self._cnx_class(**self._args) [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: File "/usr/local/lib/python2.4/site-packages/trac/db.py", line 256, in __init__\n assert have_pysqlite > 0 [Thu Aug 24 10:56:09 2006] [error] [client 10.0.1.71] PythonHandler trac.web.modpython_frontend: AssertionError ----------8<---------- Ideas? Regards, Jeff -Jeff _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
-- Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
