Python 2.5 and sqlite

david.lyon at preisshare.net david.lyon at preisshare.net
Tue Nov 11 17:58:15 EST 2008


> > Can you ask them if sqlite3 is installed? and if not... to install it?
>
> Why would he have to install SQLite?!

Seems a stupid question. If he wants to use SQLite... it needs to be  
on the system....

ould include in your discussions "well sqlite3 is part of python"
>> > "if it isn't, you haven't installed python properly"
>>
>> Sqlite3 is an optional part of Python.

But Python itself is dependent upon SQlite3 being installed first...

try it yourself...

first compile python 2.5 from source without SQLite.. see if it  
works... it won't.

Install Sqlite first... then compile python 2.5 from source.. python  
sqlite support will work...

The dependency is within the make files of python 2.5. It checks  
whether sqlite is installed on the machine and includes support if it  
is there.. if not.. doesn't support it...

It is very logical....







More information about the Python-list mailing list