* John Salerno (2006-09-11 19:58 +0100)
> Thorsten Kampe wrote:
> 
>> But sqlite is not "pure Python" because it's just a wrapper around
>> sqlite (which has to be installed separately)...
> 
> But that's the point. Once 2.5 is released, sqlite is built-in. Unless 
> there's more to it that I don't know, and something must still be 
> installed? But that makes no sense.

I was under the impression that you still have to install the sqlite
executable but that's only for compiling from source: "If you're
compiling the Python source yourself, note that the source tree
doesn't include the SQLite code, only the wrapper module."

Thorsten
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to