Fwd: how to get full-text search of pysqlite3 work in python2.5.2

2008-10-30 Thread hawk gao
last): File "", line 1, in pysqlite2.dbapi2.OperationalError: no such module: FTS3 -- Forwarded message -- From: hawk gao <[EMAIL PROTECTED]> Date: 2008/10/30 Subject: Re: how to get full-text search of pysqlite3 work in python2.5.2 To: Guilherme Polo <[EMAIL

Re: how to get full-text search of pysqlite3 work in python2.5.2

2008-10-30 Thread Guilherme Polo
On 10/30/08, hawk <[EMAIL PROTECTED]> wrote: > On Oct 30, 8:21 pm, "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > > > On 10/30/08, hawk <[EMAIL PROTECTED]> wrote: > > > > > > > > > Hi, > > > my environment is debian, python 2.5.2. > > > when i call con.enable_load_extension(True), the follow

Re: how to get full-text search of pysqlite3 work in python2.5.2

2008-10-30 Thread hawk
sorry, all fts2 is fts3. On Oct 30, 10:04 pm, hawk <[EMAIL PROTECTED]> wrote: > On Oct 30, 8:21 pm, "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > > > > > On 10/30/08, hawk <[EMAIL PROTECTED]> wrote: > > > > Hi, > > >  my environment is debian, python 2.5.2. > > >  when i call con.enable_load_extens

Re: how to get full-text search of pysqlite3 work in python2.5.2

2008-10-30 Thread hawk
On Oct 30, 8:21 pm, "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > On 10/30/08, hawk <[EMAIL PROTECTED]> wrote: > > > > > Hi, > >  my environment is debian, python 2.5.2. > >  when i call con.enable_load_extension(True), the following message > >  prompt out. > >  debian:~# python2.5 > >  Python 2.5

Re: how to get full-text search of pysqlite3 work in python2.5.2

2008-10-30 Thread Guilherme Polo
On 10/30/08, hawk <[EMAIL PROTECTED]> wrote: > Hi, > my environment is debian, python 2.5.2. > when i call con.enable_load_extension(True), the following message > prompt out. > debian:~# python2.5 > Python 2.5 (release25-maint, Jul 20 2008, 20:47:25) > [GCC 4.1.2 20061115 (prerelease) (Debia

how to get full-text search of pysqlite3 work in python2.5.2

2008-10-30 Thread hawk
Hi, my environment is debian, python 2.5.2. when i call con.enable_load_extension(True), the following message prompt out. debian:~# python2.5 Python 2.5 (release25-maint, Jul 20 2008, 20:47:25) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 Type "help", "copyright", "credits" or "li