Re: [Trac] Cannot load Python bindings for SQLite

2011-05-25 Thread Phil Ewington - iModel
On 24/05/2011 14:27, Matthew Caron wrote: On 05/24/2011 09:05 AM, Phil Ewington - iModel wrote: Check the permissions on trac.ini. Make sure the webserver can read it. OK, trac.ini is now owned by apache and chmoded to 600. Initial error now gone but can't save preferences, I assume this is

[Trac] Cannot load Python bindings for SQLite

2011-05-24 Thread Phil Ewington - iModel
Hi All, After using Trac successfully with tracd I am now trying to run using mod_wsgi with Apache. I ran... trac-admin /project-env/ deploy /www-root/ and configured httpd.conf - all good so far; Now when I access trac with my web browser I get the following error... 'Cannot load Python

Re: [Trac] Cannot load Python bindings for SQLite

2011-05-24 Thread Matthew Caron
On 05/24/2011 05:50 AM, Phil Ewington - iModel wrote: Weird, I configured my project to use Postgres! Why is this error occurring and how do I go about fixing it so that Trac uses Postgres and not SQLite. I did check trac.ini and the database parameter is correctly set as

Re: [Trac] Cannot load Python bindings for SQLite

2011-05-24 Thread Phil Ewington - iModel
On 24/05/2011 13:24, Matthew Caron wrote: On 05/24/2011 05:50 AM, Phil Ewington - iModel wrote: Weird, I configured my project to use Postgres! Why is this error occurring and how do I go about fixing it so that Trac uses Postgres and not SQLite. I did check trac.ini and the database parameter

Re: [Trac] Cannot load Python bindings for SQLite

2011-05-24 Thread Matthew Caron
On 05/24/2011 09:05 AM, Phil Ewington - iModel wrote: Check the permissions on trac.ini. Make sure the webserver can read it. OK, trac.ini is now owned by apache and chmoded to 600. Initial error now gone but can't save preferences, I assume this is permissions too, will have a dig around

RE: [Trac] Cannot load Python bindings for SQLite

2010-07-29 Thread Mike Hanby
[mailto:trac-us...@googlegroups.com] On Behalf Of alexus Sent: Tuesday, July 27, 2010 4:07 PM To: trac-users@googlegroups.com Subject: [Trac] Cannot load Python bindings for SQLite i did following steps to install setuptools + trac 85 wget http://pypi.python.org/packages/2.4/s/setuptools

Re: [Trac] Cannot load Python bindings for SQLite

2010-07-29 Thread alexus
-sqlite bindings are not new enough. -Original Message- From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On Behalf Of alexus Sent: Tuesday, July 27, 2010 4:07 PM To: trac-users@googlegroups.com Subject: [Trac] Cannot load Python bindings for SQLite i did

[Trac] Cannot load Python bindings for SQLite

2010-07-27 Thread alexus
i did following steps to install setuptools + trac 85 wget http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c11-py2.4.egg#md5=bd639f9b0eac4c42497034dec2ec0c2b 86 sh setuptools-0.6c11-py2.4.egg 87 easy_install Trac now i'm trying to create new env and i'm running into

[Trac] Cannot load Python bindings for SQLite

2010-06-21 Thread John Oliver
I am dealing with a Trac that someone else installed. That person is gone. I know absolutely nothing about Trac or Python. The system is CentOS 5 It was OK, as far as I know. I did a yum update, and now Trac doesn't work. Working from http://trac.edgewall.org/wiki/PySqlite#Troubleshooting :