Changeset 1920

Show
Ignore:
Timestamp:
11/15/04 22:11:01 (19 years ago)
Author:
jalet
Message:

Modified some labels for Python modules

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/checkdeps.py

    r1919 r1920  
    2424# 
    2525# $Log$ 
     26# Revision 1.3  2004/11/15 21:11:01  jalet 
     27# Modified some labels for Python modules 
     28# 
    2629# Revision 1.2  2004/11/15 21:08:01  jalet 
    2730# Now checks for the presence of ReportLab and PIL 
     
    7982         
    8083    # checks if some needed Python modules are there or not. 
    81     modulestocheck = [ ("PygreSQL", "pg", "PygreSQL is mandatory if you want to use PostgreSQL as the quota storage backend.\nSee http://www.pygresql.org"), 
    82                        ("mxDateTime", "mx.DateTime", "eGenix' mxDateTime is mandatory for PyKota to work.\nSee http://www.egenix.com"), 
     84    modulestocheck = [ ("Python-PygreSQL", "pg", "PygreSQL is mandatory if you want to use PostgreSQL as the quota storage backend.\nSee http://www.pygresql.org"), 
     85                       ("Python-egenix-mxDateTime", "mx.DateTime", "eGenix' mxDateTime is mandatory for PyKota to work.\nSee http://www.egenix.com"), 
    8386                       ("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"), 
    8487                       ("Python-OSD", "pyosd", "Python-OSD is recommended if you plan to use the X Window On Screen Display\nprint quota reminder named pykosd."),