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 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, > &g

Re: how can i get the fts2.so?

2008-10-30 Thread hawk
sorry, all fts2 is fts3. On Oct 30, 10:06 pm, hawk <[EMAIL PROTECTED]> wrote: > Hello, everybody, > i already have python2.5.2 on my debian box. i checked whole file > system for fts.so. but there is no fts3.so anymore. then i downloaded > the full source code of latest sqlit

how can i get the fts2.so?

2008-10-30 Thread hawk
Hello, everybody, i already have python2.5.2 on my debian box. i checked whole file system for fts.so. but there is no fts3.so anymore. then i downloaded the full source code of latest sqlite, and compiled it. but also, no fts2.so exists under build folder. finally, i downloaded sqlite- amalgamatio

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 &

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

2008-10-30 Thread hawk
", "credits" or "license" for more information. >>> import sqlite3 >>> con = sqlite3.connect(":memory:") >>> con.enable_load_extension(True) Traceback (most recent call last): File "", line 1, in AttributeError: &#

Re: A python STUN client is ready on Google Code.

2008-03-01 Thread hawk gao
I upload a new version. Add more print log into my code to help people understand my program 2008/2/29, hawk gao <[EMAIL PROTECTED]>: > http://code.google.com/p/boogu/ > Enjoy it! > > > Hawk > -- http://mail.python.org/mailman/listinfo/python-list

A python STUN client is ready on Google Code.

2008-02-29 Thread hawk gao
http://code.google.com/p/boogu/ Enjoy it! Hawk -- http://mail.python.org/mailman/listinfo/python-list

Is there any python lib for NAT transversal?

2008-02-20 Thread hawk gao
Is there any python lib for NAT transversal? -- http://mail.python.org/mailman/listinfo/python-list