[Pythonmac-SIG] framework build for 2.7 using old sqlite?

2010-10-03 Thread Doug Hellmann
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

Re: [Pythonmac-SIG] framework build for 2.7 using old sqlite?

2010-10-03 Thread Doug Hellmann
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