In article <[EMAIL PROTECTED]>,
John Salerno  <[EMAIL PROTECTED]> wrote:
>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.

2.5 will include the sqlite library itself on Windows (and Macs? I
forget) but you need the to install the library separately on Linux
boxes, which is generally about as complicated as apt-get install
sqlite-dev.
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"LL YR VWL R BLNG T S"  -- www.nancybuttons.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to