Changeset 3571 for pykota/trunk
- Timestamp:
- 07/17/13 22:11:32 (11 years ago)
- Location:
- pykota/trunk
- Files:
-
- 5 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pksetup
r3561 r3571 193 193 "python-reportlab-accel", 194 194 "python-pygresql", 195 "python-psyco",196 195 "python-osd", 197 196 "python-egenix-mxdatetime", -
pykota/trunk/debian/control
r3413 r3571 10 10 Package: pykota 11 11 Architecture: all 12 Depends: python, python-egenix-mxdatetime, cups ys, python-pygresql | python-ldap | python-pysqlite2 | python-mysqldb, jaxml | python-jaxml, python-osd, python-reportlab, python-pysnmp4, python-imaging13 Recommends: qa-assistant, snmp, netatalk, python-psyco,npadmin, python-pam12 Depends: python, python-egenix-mxdatetime, cups, python-pygresql | python-ldap | python-pysqlite2 | python-mysqldb, jaxml | python-jaxml, python-osd, python-reportlab, python-pysnmp4, python-imaging 13 Recommends: qa-assistant, snmp, netatalk, npadmin, python-pam 14 14 Description: Print Quota/Accounting system for CUPS 15 15 PyKota is a full featured, internationalized, centralized and extensible -
pykota/trunk/docs/installation.sgml
r3506 r3571 831 831 <listitem> 832 832 <para> 833 The Python acccelerator <application>Psyco</application>. It must match your default Python version.834 You can download it from <ulink url="http://psyco.sourceforge.net">http://psyco.sourceforge.net</ulink>.835 You only need this if you run on the <literal>x86</literal> architecture because836 <application>Psyco</application> doesn't yet exist on837 other architectures.838 Feel free to install this or not. It might speedup the839 parsing of some print jobs by <appname>PyKota</appname>.840 </para>841 </listitem>842 <listitem>843 <para>844 833 The <application>pysnmp</application> Python module version 4.x, or higher. 845 834 You can download it from <ulink url="http://pysnmp.sourceforge.net">http://pysnmp.sourceforge.net</ulink>. -
pykota/trunk/qa-assistant/pykota.xml
r3413 r3571 213 213 </description> 214 214 </entry> 215 <entry name="python-psyco" display="true">216 <states>217 <state name="Pass">python-psyco is installed</state>218 <state name="Fail">python-psyco is not installed</state>219 <state name="Not-Applicable">python-psyco is not supported on this platform</state>220 </states>221 <description>222 python-psyco is an accelerator module for the Python language which can make the parsing223 of Page Description Languages by pkpgcounter faster.224 It is only supported on the x86 platform though, so if you use something else you225 won't be able to install it.226 It recommended but not necessary that you install it for PyKota to work.227 You can install it with 'apt-get install python-psyco'228 </description>229 </entry>230 215 </category> 231 216 <category name="Print Server Installation procedure"> -
pykota/trunk/README
r3560 r3571 183 183 184 184 185 On Intel i386 architecture, and for performance reasons, it is186 suggested that you install the Python accelerator Psyco, available from :187 188 http://psyco.sourceforge.net189 190 Under Debian :191 192 $ apt-get install python-psyco193 194 Other architectures may be supported as well in the future, check195 this on Psyco's website.196 197 Installing Psyco is not mandatory, but may really speed the parsing198 of some print jobs. Don't install it if you don't want or don't have a199 supported architecture.200 201 185 You need to have the following tools installed on the database 202 186 server :