- Timestamp:
- 01/12/09 23:57:52 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/README
r3413 r3473 138 138 139 139 - CUPS (http://www.cups.org). PyKota v1.27 requires CUPS v1.3.4 or higher. 140 - Python v2. 3or higher (http://www.python.org)140 - Python v2.4 or higher (http://www.python.org) 141 141 - eGenix' mxDateTime Python extension (http://www.egenix.com) 142 142 - The pkpgcounter command line tool, version 1.56 or higher. This … … 150 150 - The Python-SNMP module to query printers for their page counter. 151 151 (http://pysnmp.sourceforge.net) 152 IMPORTANT : version 3.4.2 or higher isREQUIRED.153 Versions 2.x won't work. Versions 4.x now work (tested with v4.1.5a).152 IMPORTANT : version 3.4.2 or higher, preferably v4.x is now REQUIRED. 153 Versions 2.x won't work. 154 154 - The Python-OSD module to use the graphical print quota reminder. 155 155 (http://repose.cx/pyosd/) 156 156 - SNMP tools (specifically the snmpget command) if you prefer to 157 157 use your own script to request query printers instead of PyKota's 158 internal SNMP handling facilities, which is not recomm anded...159 (http://www.net-snmp.org) 158 internal SNMP handling facilities, which is not recommended... 159 (http://www.net-snmp.org). You probably don't need this. 160 160 - Netatalk (specifically the pap command) if you plan to 161 161 request your printer's lifetime page counter via AppleTalk. 162 (http://netatalk.sourceforge.net) 162 (http://netatalk.sourceforge.net). You probably don't need this. 163 163 - The ReportLab Python module (http://www.reportlab.org) if you want 164 to have PyKota generate nice banners for you.164 to have PyKota generate nice banners, invoices or receipts in PDF for you. 165 165 - The Python Imaging Library (aka PIL) module 166 166 (http://www.pythonware.com/downloads) if you want to have PyKota 167 generate nice banners for you.167 generate nice banners, invoices or receipts in PDF for you. 168 168 - PostgreSQL's PygreSQL Python extension and the PostgreSQL client 169 169 libraries if you plan to use PostgreSQL as the database backend. … … 196 196 197 197 Installing Psyco is not mandatory, but may really speed the parsing 198 of some print jobs. 198 of some print jobs. Don't install it if you don't want or don't have a 199 supported architecture. 199 200 200 201 You need to have the following tools installed on the database