I'm trying to write a little program that uses the full text search extension
module for sqlite with Python 2.7 on Snow Leopard. I installed Python by
downloading the DMG file from python.org. According to the Python docs
(http://docs.python.org/library/sqlite3.html#sqlite3.Connection.enable_l
On Oct 3, 2010, at 11:29 AM, Doug Hellmann wrote:
> I'm trying to write a little program that uses the full text search extension
> module for sqlite with Python 2.7 on Snow Leopard. I installed Python by
> downloading the DMG file from python.org. According to the Python