> 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....




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

Reply via email to