Show
Ignore:
Timestamp:
03/05/05 19:54:54 (19 years ago)
Author:
jalet
Message:

Improved the installation documentation.
Now checkdeps also checks for the presence of GhostScript?, which
may be needed if PyKota's bannering facility is used or if some
printer driver produces non-DSC compliant PostScript?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/checkdeps.py

    r2061 r2126  
    2424# 
    2525# $Log$ 
     26# Revision 1.6  2005/03/05 18:54:54  jalet 
     27# Improved the installation documentation. 
     28# Now checkdeps also checks for the presence of GhostScript, which 
     29# may be needed if PyKota's bannering facility is used or if some 
     30# printer driver produces non-DSC compliant PostScript. 
     31# 
    2632# Revision 1.5  2005/02/14 23:37:58  jalet 
    2733# Added a check for the presence of pythn-psyco 
     
    98104                       ("Python-Psyco", "psyco", "Python-Psyco speedups parsing of print files, you should use it.\nSee http://psyco.sourceforge.net/"), 
    99105                     ] 
    100     commandstocheck = [ ("SNMP Tools", "snmpget", "SNMP Tools are needed if you want to use SNMP enabled printers."),  
     106    commandstocheck = [ ("GhostScript", "gs", "Depending on your configuration, GhostScript may be needed in different parts of PyKota."), 
     107                        ("SNMP Tools", "snmpget", "SNMP Tools are needed if you want to use SNMP enabled printers."),  
    101108                        ("Netatalk", "pap", "Netatalk is needed if you want to use AppleTalk enabled printers.") 
    102109                      ]