Changeset 1733

Show
Ignore:
Timestamp:
09/21/04 23:31:35 (20 years ago)
Author:
jalet
Message:

Installation script now checks for availability of Python-SNMP (http://pysnmp.sf.net)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1717 r1733  
    2424# 
    2525# $Log$ 
     26# Revision 1.51  2004/09/21 21:31:35  jalet 
     27# Installation script now checks for availability of Python-SNMP (http://pysnmp.sf.net) 
     28# 
    2629# Revision 1.50  2004/09/14 22:29:12  jalet 
    2730# First version of dumpykota. Works fine but only with PostgreSQL backend 
     
    417420     
    418421    # checks if some needed Python modules are there or not. 
    419     modulestocheck = [ ("PygreSQL", "pg", "PygreSQL is mandatory if you want to use PostgreSQL as the quota storage backend."),                                             
    420                        ("mxDateTime", "mx.DateTime", "eGenix' mxDateTime is mandatory for PyKota to work."),  
    421                        ("Python-LDAP", "ldap", "Python-LDAP is mandatory if you plan to use an LDAP\ndirectory as the quota storage backend."), 
     422    modulestocheck = [ ("PygreSQL", "pg", "PygreSQL is mandatory if you want to use PostgreSQL as the quota storage backend.\nSee http://www.pygresql.org"),                                             
     423                       ("mxDateTime", "mx.DateTime", "eGenix' mxDateTime is mandatory for PyKota to work.\nSee http://www.egenix.com"),  
     424                       ("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"), 
    422425                       ("Python-OSD", "pyosd", "Python-OSD is recommended if you plan to use the X Window On Screen Display\nprint quota reminder named pykosd."), 
     426                       ("Python-SNMP", "pysnmp", "Python-SNMP is recommended if you plan to use hardware\naccounting with printers which support SNMP.\nSee http://pysnmp.sf.net"), 
    423427                     ] 
    424428    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.")]