Jeremy Gillick wrote:
I'm still having this problem, does anybody have any ideas?

...
When trying to run Trac on Apache I get a 500 Internal Server Error and the Apache error logs print the following:
...
[Fri May 12 11:20:37 2006] [error] [client 216.145.49.15] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/trac/db.py", line 280, in __init__\n timeout=timeout) [Fri May 12 11:20:37 2006] [error] [client 216.145.49.15] PythonHandler trac.web.modpython_frontend: SystemError: NULL result without error in PyObject_Call

Hi,

There's a ticket related to that in the pysqlite's Trac:
- http://initd.org/tracker/pysqlite/ticket/146
- and also, check this thread:
  http://lists.initd.org/pipermail/pysqlite/2006-February/000393.html

So the pysqlite version you're using is probably 2.1.x with x < 3,
and if so, you should upgrade, preferably to 2.2.2.

If you already have this version, please comment on the aforementioned
ticket.

-- Christian

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to