Changeset 1647

Show
Ignore:
Timestamp:
07/27/04 09:14:24 (20 years ago)
Author:
jalet
Message:

Now warns the user if pyosd is not present

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1600 r1647  
    2424# 
    2525# $Log$ 
     26# Revision 1.48  2004/07/27 07:14:24  jalet 
     27# Now warns the user if pyosd is not present 
     28# 
    2629# Revision 1.47  2004/07/16 12:22:45  jalet 
    2730# LPRng support early version 
     
    409412    modulestocheck = [ ("PygreSQL", "pg", "PygreSQL is mandatory if you want to use PostgreSQL as the quota storage backend."),                                             
    410413                       ("mxDateTime", "mx.DateTime", "eGenix' mxDateTime is mandatory for PyKota to work."),  
    411                        ("Python-LDAP", "ldap", "Python-LDAP is mandatory if you plan to use an LDAP\ndirectory as the quota storage backend.") 
     414                       ("Python-LDAP", "ldap", "Python-LDAP is mandatory if you plan to use an LDAP\ndirectory as the quota storage backend."), 
     415                       ("Python-OSD", "pyosd", "Python-OSD is recommended if you plan to use the X Window On Screen Display\nprint quota reminder named pykosd."), 
    412416                     ] 
    413417    commandstocheck = [("SNMP Tools", "snmpget", "SNMP Tools are needed if you want to use SNMP enabled printers."), ("Netatalk", "pap", "Netatalk is needed if you want to use AppleTalk enabled printers.")]