- Timestamp:
- 11/15/04 22:08:01 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/checkdeps.py
r1905 r1919 24 24 # 25 25 # $Log$ 26 # Revision 1.2 2004/11/15 21:08:01 jalet 27 # Now checks for the presence of ReportLab and PIL 28 # 26 29 # Revision 1.1 2004/11/10 22:17:12 jalet 27 30 # Installation script is now non-interactive again, and doesn't install … … 82 85 ("Python-SNMP", "pysnmp", "Python-SNMP is recommended if you plan to use hardware\naccounting with printers which support SNMP.\nSee http://pysnmp.sf.net"), 83 86 ("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/"), 84 89 ] 85 90 commandstocheck = [ ("SNMP Tools", "snmpget", "SNMP Tools are needed if you want to use SNMP enabled printers."),