Changeset 2603

Show
Ignore:
Timestamp:
12/02/05 12:49:33 (18 years ago)
Author:
jerome
Message:

Now checks for the availability of Python-SQLite.
SQLite support not marked as experimental anymore.

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/checkdeps.py

    r2345 r2603  
    6868         
    6969    # checks if some needed Python modules are there or not. 
    70     modulestocheck = [ ("Python-PygreSQL", "pg", "PygreSQL is mandatory if you want to use PostgreSQL as the quota storage backend.\nSee http://www.pygresql.org"), 
     70    modulestocheck = [ ("Python-PygreSQL", "pg", "PygreSQL is mandatory if you want to use PostgreSQL as the quota database backend.\nSee http://www.pygresql.org"), 
     71                       ("Python-SQLite", "pysqlite2", "Python-SQLite is mandatory if you want to use SQLite as the quota database backend.\nSee http://www.pysqlite.org"), 
    7172                       ("Python-egenix-mxDateTime", "mx.DateTime", "eGenix' mxDateTime is mandatory for PyKota to work.\nSee http://www.egenix.com"), 
    72                        ("Python-LDAP", "ldap", "Python-LDAP is mandatory if you plan to use an LDAP\ndirectory as the quota storage backend.\nSee http://python-ldap.sf.net"), 
     73                       ("Python-LDAP", "ldap", "Python-LDAP is mandatory if you plan to use an LDAP\ndirectory as the quota database backend.\nSee http://python-ldap.sf.net"), 
    7374                       ("Python-OSD", "pyosd", "Python-OSD is recommended if you plan to use the X Window On Screen Display\nprint quota reminder named pykosd. See http://repose.cx/pyosd/"), 
    7475                       ("Python-SNMP", "pysnmp", "Python-SNMP is recommended if you plan to use hardware\naccounting with printers which support SNMP.\nSee http://pysnmp.sf.net"), 
  • pykota/trunk/initscripts/sqlite/README.sqlite

    r2595 r2603  
    1818Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    1919 
    20  
    21 ============================================================ 
    22  
    23         NB : FOR NOW SQLITE SUPPORT IS EXPERIMENTAL 
    24  
    25         USE AT YOUR OWN RISK !!! 
    26  
    27 ============================================================ 
     20=================================================================== 
    2821 
    2922Documentation : 
     
    5144      - Download and install PySQLite v2.0.5 or higher from : 
    5245       
    53                 http://initd.org/tracker/pysqlite 
     46                http://www.pysqlite.org 
    5447 
    5548        Install it this way :