On May 28, 2:42 pm, Sherif Shehab Aldin <[email protected]> wrote: > I faced the exact same issue on Centos, has to install python-sqlite with > pip. The version in Centos was creating an error with some python apps. > > On Mon, May 23, 2011 at 11:55 AM, Volker > <[email protected]>wrote: > > Questions: > > - I can't find a newer python-sqlite than 1.1.7 for RHEL5. If it > > exists, where? > > - pysqlite was mentioned too yet I can't find that either. Needed? > > Where? >
CentOS only provides python-sqlite at version 1.1.7. Which is too old. On my machine I see that EPEL provides python-sqlite2 at version 2.3.3, not the latest version but should be safe and good for use by Trac. In general, Python on CentOS5/RHEL5 is not in particularly good shape for hosting Python applications due to very old versions of everything. I've seen others that recommend installing python26 ++ from EPEL, and I think it should be a clean install that works side-by- side with the supplied 2.4. Apache modules like mod_wsgi should only be installed at one version though. Diclaimer: I've just searched my configured CentOS5 repositories for you, I don't use Trac directly on CentOS5 myself. :::simon -- 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.
