Changeset 1919

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

Now checks for the presence of ReportLab? and PIL

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/checkdeps.py

    r1905 r1919  
    2424# 
    2525# $Log$ 
     26# Revision 1.2  2004/11/15 21:08:01  jalet 
     27# Now checks for the presence of ReportLab and PIL 
     28# 
    2629# Revision 1.1  2004/11/10 22:17:12  jalet 
    2730# Installation script is now non-interactive again, and doesn't install 
     
    8285                       ("Python-SNMP", "pysnmp", "Python-SNMP is recommended if you plan to use hardware\naccounting with printers which support SNMP.\nSee http://pysnmp.sf.net"), 
    8386                       ("Python-JAXML", "jaxml", "Python-JAXML is recommended if you plan to dump datas in the XML format.\nSee http://www.librelogiciel.com/software/"), 
     87                       ("Python-ReportLab", "reportlab.pdfgen.canvas", "Python-ReportLab is required if you plan to have PyKota generate banners.\nSee http://www.reportlab.org/"), 
     88                       ("Python-Imaging", "PIL.Image", "Python-Imaging is required if you plan to have PyKota generate banners.\nSee http://www.pythonware.com/downloads/"), 
    8489                     ] 
    8590    commandstocheck = [ ("SNMP Tools", "snmpget", "SNMP Tools are needed if you want to use SNMP enabled printers."),