Re: [pysqlite] Pysqlite 2.5.0 with FTS enabled

Gerhard Häring <[email protected]> Wed, 29 Oct 2008 19:37:21 +0100
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
jimmy bot wrote:
> Hello,
> 
> Just wanted to say a few things.  First, great idea! 
> 
> Second, for installation on Vista, you probably need to Run as 
> administrator or it fails.  Also make sure you get rid of any previously 
> installed pysqlite (due to easy_install or install program).
> 
> Third, a minor issue: sqlite.sqlite_version reports 3.6.1. 
> <http://3.6.1.>  But you compiled with 3.6.4?  Not really a problem, but 
> I wonder why there's the discrepancy?

The root of all evil in software-land: redundancy. I've got similar code 
in both the win32 cross-compile script and in the normal setup.py 
script. But only the normal one was updated for SQLite 3.6.4.

I'll need to get rid of the redundancy and borrow some code from APSW 
that automatically downloads the latest SQLite version by parsing the 
SQLite website.

-- Gerhard