3.7 - Installing pkipplib for EPL Printing

Set up PkIppLib

If your using the EPL print method within the registration system, then you will need the PKIpp Library. This library is included with CM but requires some special setup in order to operate properly and be able to print labels.

  1. Move into the /var/www/printing/pkipplib/pkipplib-0.07/
cd /var/www/printing/pkipplib/pkipplib-0.07/
  1. Set up pkipplib (be sure to do this as root)
sudo python setup.py install

  1. Pkipplib should now be installed.
     
  2. If you did not install the Python imaging library in stage 2, install it now:
sudo apt-get install python-pil