[SQLObject] Precedence of manually installed pysqlite
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Markus G. <m.g...@gm...> - 2008-11-27 15:35:49
|
Hi, currently the sqlite3 module is, if present, preferred over a manually installed pysqlite2 module. Therefore it is not possible to use a newer version of pysqlite than the one that ships with Python 2.5 and 2.6. Is this really the desired behavior? The attached patch reverses the order in which the importing of the respective SQLite modules is performed. Kind regards, Markus |