golson wrote: > Anyone have any ideas how I can figure this out? I've read the faq's > and all the 'trouble with' sections but nothing jumps out. Anyone > have a successfull trac install on RHEL4?
I don't use RHEL4, but this looks a lot like an error I saw a bit ago with Fedora6. Do you by any chance have an rpm named python-sqlite2 with a version that's less than 2.3.3? Specifically, python-sqlite2-2.3.2 caused problems for me. If so, you might try to just uninstall it. The python-sqlite-1.1... package should be sufficient. Matt > On Apr 3, 5:56 pm, "golson" <[EMAIL PROTECTED]> wrote: >> I'm running the trac 0.10.3.1, svn 1.4.3, sqlite3.3.14, pysqlite2.3.3, >> clearsilver 0.9.4 on RHEL4.0. I was able to initiate my trac >> envinronment successfully but when I try to view through the browser I >> get an error that has no error message. I've done some searches but >> all the problems I find have actual errors instead of nothing like i'm >> seeing. What the heck is going on here? >> >> Oops... >> >> Trac detected an internal error: >> >> Traceback (most recent call last): >> File "/usr/share/trac/cgi-bin/trac.cgi", line 20, in ? >> cgi_frontend.run() >> File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", >> line 68, in run >> gateway.run(dispatch_request) >> File "/usr/lib/python2.3/site-packages/trac/web/wsgi.py", line 87, >> in run >> response = application(self.environ, self._start_response) >> File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 377, >> in dispatch_request >> env = _open_environment(env_path, run_once=run_once) >> File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 51, >> in _open_environment >> return open_environment(env_path) >> File "/usr/lib/python2.3/site-packages/trac/env.py", line 435, in >> open_environment >> if env.needs_upgrade(): >> File "/usr/lib/python2.3/site-packages/trac/env.py", line 313, in >> needs_upgrade >> db = self.get_db_cnx() >> File "/usr/lib/python2.3/site-packages/trac/env.py", line 182, in >> get_db_cnx >> return DatabaseManager(self).get_connection() >> File "/usr/lib/python2.3/site-packages/trac/db/api.py", line 75, in >> get_connection >> return self._cnx_pool.get_cnx(self.timeout or None) >> File "/usr/lib/python2.3/site-packages/trac/db/pool.py", line 101, >> in get_cnx >> cnx = self._connector.get_connection(**self._kwargs) >> File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", >> line 113, in get_connection >> return SQLiteConnection(path, params) >> File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", >> line 140, in __init__ >> assert have_pysqlite > 0 >> AssertionError > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
