--
Ticket URL: <http://trac.edgewall.org/ticket/3660>
The Trac Project <http://trac.edgewall.org/>
* version: 0.9.6 => devel
Comment:
I am using Trac 0.10b1
--
Ticket URL: <http://trac.edgewall.org/ticket/3660#comment:1>
* status: new => closed
* resolution: => wontfix
Comment:
MySQLdb 1.2.1c2 is a pre-release version, so it is not considered to be >=
1.2.1. The reason for the version test is to check whether the "connect"
method supports the "charset" parameter, which is not in the pre-release
versions. I have MySQLdb 1.2.1c3 installed from Ubuntu Dapper and it does
not contain the necessary API changes.
--
Ticket URL: <http://trac.edgewall.org/ticket/3660#comment:2>